Dominic Tarr

Results 92 issues of Dominic Tarr

We need to have a discussion on how to make this as similar to npm as possible, and if possible, just put os utilities on npm. there are some there...

this module implements a stop method: https://github.com/Fishrock123/bob/blob/master/reference-extension-stop.js but it doesn't notify the source in anyway. If the source is using a heavy resource, (eg, a file descriptor) the source needs...

say, a merge stream, that takes N sorted streams and merges them into one stream? (it would pull from each stream, but output chunks in correct order - for example,...

In a secure communication system, it is necessary at some point to verify keys. Usually, this is represented as text key encoded as letters, `hex`, `base32`, `base58` or maybe `base64`....

I think we could optimize the emoji used, there are some sets of emoji that are sort of similar, like multilpe different sorts of arrows, one hump and two hump...

Okay so I have this module that takes a csv stream and outputs a graph. https://github.com/dominictarr/line-graph I would love it pipe to it with bpipe, but i'd need a way...

hi, I'm trying to compile a hello world with this, ``` c #include int main() { printf("Hello World\n"); } ``` this command works with `clang` proper: ``` clang -Wall hello.c...

I see you streaming into creek from the terminal, so you must be using streams somewhere but I am wondering it is possible to require('creek') or something like that and...

if you wanted _really_ good performance on a design that required many small reads and writes (data framing and indexes as in a database format) then processing those as a...

I would like to suggest making the base level operation a simple read of a byte range that returns that exact byte range, and then build the stream api on...