C J Silverio
C J Silverio
How-to: use `@email` to mention somebody. The mention should automatically add the topic to the mention-ee's list of relevant topics. If we implement notifications ever, it should trigger a notification.
Some basic questions about the client: Is it watching a set of tubes, including the tube where the job was queued?
That's very interesting info! Thank you for the code snippet. I'm going to look into this more deeply tonight.
I just wrote a client test that proves to my satisfaction that it isn't a bug in the underlying client: https://github.com/ceejbot/fivebeans/tree/issue-24 I think you're right that it's a worker problem....
Resuming work on this now (sorry, was a very busy month for me). So! Check out this unit test I added earlier today: https://github.com/ceejbot/fivebeans/blob/master/test/test-worker.js#L343 Note that it's a call to...
I do not have time to work on this project right now (too busy working on the npm registry itself!). If one of you would like to take over the...
Or this is straightforward to roll by hand if necessary. Good bug.
Okay, this is pretty clearly something the module needs to do. Give me a little bit to reacquaint myself with what the heck I was thinking when I wrote it...
The first thing I do with any project is set up my CI with Nextest. Nextest has the compact, informative display of test cases I want from my testrunners. The...
I took a run at this in the branch `ceej/bows-in-left` and woof, it's going to be annoying. I don't think the approach outlined in my initial issue report is going...