Nathan Vander Wilt

Results 235 comments of Nathan Vander Wilt

For my reference, the followup items here are: - [ ] should PTX really be setting P0 when initializing? - [x] document caveats of "numeric" address shortcut better - [...

Thanks for the feedback. It shouldn't hurt to open as many 'tx' pipes as you'd like, and I will try look into this warning soon. Enough backlog on this library...

Interesting, that's probably a bug then. If you need to workaround sooner, would it be possible to keep an array of TX pipes to all 10 of your devices, instead...

Looks like there might be a little more to do yet, but when I was finally back in the code tonight I noticed that the streams already do have a...

If you get a "Packet timeout, transmit queue flushed" error this means either: - the remote radio could not receive the packet - the local radio did not hear the...

(Additional background) The original discussions are all mixed up in some ancient stuff about [zalgo](https://blog.izs.me/2013/08/designing-apis-for-asynchrony) and `this` passing, but for posterity: * https://github.com/d3/d3-queue/issues/9#issuecomment-15812100 * https://github.com/d3/d3-queue/issues/7#issuecomment-15849613 The concern seemed to be...

Was wondering why installing "this" package was installing all kinds of crazy dependencies. For now I'll just specify: ``` "atom": "git://github.com/dylang/node-atom.git" ``` …but this package really needs a new name...

The corresponding work on the `w3protocol` side is about ready for review. The upshot here will be that all three versions of the `KeyringProvider` should now provide a phrase handler...

Tagging @travis @olizilla @alanshaw if anyone wants to grab this or at least start planning for it. The PR https://github.com/web3-storage/w3protocol/pull/399 on the `w3protocol` side is ready for review and could...

fwiw re. the "app 2" discussion, I haven't been pursuing that recently but it would basically be another version of https://github.com/Codigo-Fuentes/selfie-app-demo updated with newer components and such. See also https://blog.web3.storage/posts/selfie-app...