nichoth
nichoth
Installed `node-pre-gyp` as a global module: ``` % npm i -g @mapbox/node-pre-gyp ``` Then ran `npm i -S webtorrent-hybrid` again: ``` % npm i -S webtorrent-hybrid npm ERR! code 1...
see https://github.com/node-webrtc/node-webrtc/issues/729
I created a test that demonstrates my expectation: https://github.com/nichoth/logux-client/blob/added/client/index.test.ts#L413
I tried changing the file in `client/indexed-store` as described — https://github.com/nichoth/logux-client/blob/added/indexed-store/index.js#L55 — but still the same test results. Also, on main branch in `@logux/core`, the tests do not pass for...
Another fork — https://github.com/nichoth/identicon.js
Is this related to the tweet https://twitter.com/denormalize/status/838550043397234691 ? I was wondering if you found a solution to the parallel ftp problem.
I wanted to let people know that I have made a patch to `keystore-idb` that includes support for `ed25519` keypairs that are compatible with the `ucans` library. There is a...
A little update -- in order to install this as a dependency I noticed that the typescript has to compile without error. So I fixed the RSA typescript error that...
Another update -- this was totally broken the way I had implemented it here. I noticed that via more tests that compared the DID values from my version with the...