Neil Locketz

Results 7 issues of Neil Locketz

to provide support for futures and async processing This came about when I wanted to be able to process jobs as they were completed, but the only supported operations for...

Right now, the code uses [`statSync`](https://github.com/manidlou/node-klaw-sync/blob/master/klaw-sync.js#L16), but this attempts to read through symlinks, and will throw `ENOENT` for any broken symlinks. IMO, this call should be `lstatSync` as it gives...

I've been suffering through using the VScode one with Emacs bindings, but it is very slow going for me. Please make an Emacs mode.

support

I'd like to use redis-mock to mock out some of the stream API operations. I'm working on the implementation.

As part of our build we want to list the version of bootgen being used, currently this is clunky since it requires us to give a bogus argument to get...

Ran into this issue as well, just applying the change for convenience. Fix for https://github.com/Xilinx/bootgen/issues/30