Jeremiah Senkpiel
Jeremiah Senkpiel
Cloning the repo and running `cargo run` on my machine (Windows 10, x64) causes a panic, seemingly during setup. I'm not sure if this is really a project issue or...
I have added a section to the readme in this repo about "extensions": [API Extension Reference](https://github.com/Fishrock123/bob#api-extension-reference) So far this has seemed the best way to deal with possible optional additional...
Slides at: https://fishrock123.github.io/nodejs-collab-summit-montreal-2019/#0 Issue for the summit was https://github.com/openjs-foundation/summit/issues?q=is%3Aissue+is%3Aclosed
Moving out from https://github.com/Fishrock123/bob/issues/23#issuecomment-499560999 It seems that newer network protocols like QUIC desire multiple chunks of data to be in-flight at once (besides consider re-sending). This probably violates these two...
The last update was fairly large ([23/07/2019 - July]()https://github.com/Fishrock123/bob/issues/40), but this one is much smaller. Notably I'm no longer employed and paid to continue this kind of work around Node...
See https://github.com/push-stream/push-stream
See https://github.com/Fishrock123/bob/pull/35#pullrequestreview-302960932
Some kind of construct flow would be very useful for a couple of significant reasons: - Presently resources must either be opened upon constructor call, or upon "first pull". -...
Essentially an extension of https://github.com/Fishrock123/bob/issues/53 with a different focus. There are a number of reasons (#53, #52, #30, etc) for why some kind of state management that does not need...
As much as I'd like to avoid it, it seems like some kind of hint system would be useful for telling who should allocate buffers and of what size. Ideally,...