diff options
author | Alexander Kabui | 2022-03-18 12:03:40 +0300 |
---|---|---|
committer | Alexander Kabui | 2022-03-18 12:03:40 +0300 |
commit | 7f9bacc3f79f3af1f26042cf1282aeb8895f5cd7 (patch) | |
tree | d2704d5e09185d9f7162c8ced0a534df8f282a9f /issues/remove_gn2_gn3_network_dependency.gmi | |
parent | 65b7db97267caf53bff224d179dbab63f3cc0e3b (diff) | |
download | gn-gemtext-7f9bacc3f79f3af1f26042cf1282aeb8895f5cd7.tar.gz |
issues:remove gn2-gn3 network dependencies
Diffstat (limited to 'issues/remove_gn2_gn3_network_dependency.gmi')
-rw-r--r-- | issues/remove_gn2_gn3_network_dependency.gmi | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/issues/remove_gn2_gn3_network_dependency.gmi b/issues/remove_gn2_gn3_network_dependency.gmi new file mode 100644 index 0000000..0a2262a --- /dev/null +++ b/issues/remove_gn2_gn3_network_dependency.gmi @@ -0,0 +1,23 @@ +# Gn3 network dependency + +occasionally while sending requests from gn3 from gn2 +for tools like ctl and wgcna users run into network +errors if the gn3 server is down or other related issues + + +## Tags + +* assigned: alex +* keywords: network_connections,ctl,wgcna +* type: bug +* status: in progress +* priority: medium + + + + +## Tasks + +* [] replace network connections by using gn3 as lib +* [] package the ctl and wgcna script in r + |