Lewis J Ellis

Results 8 issues of Lewis J Ellis

Here I'm listing things I heard about/saw/thought of during Lua Workshop 2016 to look into for adding to this list. cqueues - https://github.com/wahern/cqueues lua-http - https://github.com/daurnimator/lua-http Rosie - https://github.com/jamiejennings/rosie-pattern-language Haxe...

I'm using gridform, and also using gridfs-stream itself. I have an existing `Grid` instance which I would like to be able to pass to gridform, but instead I have to...

Pause/resume for just the local worker; should be much simpler than doing it globally. Keeping #1 for the global case.

enhancement
help-wanted

While investigating #103 I re-read the `process()` implementation and how we conjoin promises + callbacks for job handlers and it got me thinking a little bit - I want to...

enhancement
help-wanted

I have moved everything over to ioredis, torn out all the callback stuff, and gotten all the tests back to passing! It took a while, but it's pretty much the...

In #69: > If I'm interpreting these numbers correctly, it looks like bee-queue is significantly faster on Node 7 and even 6 than on 8, while other queues exhibit more...

Ability to pause/resume a queue, building off queue.paused Should work globally (across all processors) by renaming the wait list, effectively cutting off the listening `blpoprpush` connections until someone resumes the...

enhancement
help-wanted