David Konsumer

Results 457 comments of David Konsumer

I'm actually working on a [text-based tracker](https://github.com/konsumer/seqgrrl) myself, and was hoping I could get yours running on my box quickly, for inspiration & ideas :( When I have more time,...

Same problem on mac 12.4: ``` brew reinstall [email protected] brew install luarocks luarocks --lua-dir=/opt/homebrew/opt/[email protected] install busted luarocks --lua-dir=/opt/homebrew/opt/[email protected] install luarocks luarocks --lua-dir=/opt/homebrew/opt/[email protected] install loverocks loverocks help /opt/homebrew/opt/[email protected]/bin/lua5.1: ...konsumer/.luarocks/share/lua/5.1/loverocks/unzip.lua:26: module 'luarocks.cfg'...

I am happy to make a simple PR for this change, but it would also need to be republished on npm.

I'm not sure where to start with this, but I'd be willing to give it a shot, if you could point me in the right direction. On the js-side, I...

I also have this issue on node v17.6.0 ``` npm i webtorrent-hybrid npm WARN deprecated [email protected]: Deprecated due to CVE-2021-21366 resolved in 0.5.0 npm WARN deprecated [email protected]: This package is...

seed example seems to work with above PR,including being able to hit a remote demo-hash on https://instant.io/ (which was not working with regular webtorrent lib, in node.)

@lanjingyun I [made a PR](https://github.com/webtorrent/webtorrent-hybrid/pull/168) to fix it (see above) and also instructions on the PR for doing it without the webtorrent-hybrid wrapper.

> did you test if this can connect with web peers? yep, it connects with web-peers, that is the problem I was trying to solve, since `webtorrent` package needs a...

@ThaUnknown Yeh, I hear that. At first I was using my fork of this, but in my project I just follow the above, since I'd rather not have a dep...