tedd pasta

Results 49 comments of tedd pasta

gun/lib/unset.js needs the following changes currently it is ` const rel_ = Gun.val.link._; const node_ = Gun.node._; ` needs to be changed to ` const rel_ = '#'; const node_...

> instead of this > > ```js > .once().map().once() > ``` > > do this > > ```js > .map().once() > ``` it works, thank you. but i have a...

found the issue if we have it like how i had it at first `.once().map().once(someHandler => {//handle})` then this will only work the first time it runs, after that, it...

> @resession can you give me the steps to replicate the error? @gmjimenezc here is the error ``` Error: Cannot add duplicate torrent 0e0119015227367313ef6a57da7f388c185bf2f5 at Torrent.onInfoHash (F:\Proj\Research\test\node_modules\webtorrent\index.js:288:28) at Object.onceWrapper (node:events:642:26)...

i am having the same issue. for some reason, this does not work for me most of the times. few times it works, but most times it does not. and...

yes, same thing. i tried my computer and a remote vps. then i tested it with my computer and another person's computer in another state and country. so both personal...

> Hi, @resession. Did try like that? run `client.seed()` in you pc and then, in instant.io download with info hash. Is It working? @Apple1204 instant.io does not seem to work....

@Apple1204 i switched to webtorrent-hybrid. Its faster and works on my vps. But i tested with another person and it timed out for them. So works better but doesn't fix...