Jérémy Lal
Jérémy Lal
For those around here knowing how to properly rebuild a debian package, it's worth knowing that inserting in `debian/rules` ``` FLICKER_FREE_BOOT := yes ``` before ``` ifeq ($(FLICKER_FREE_BOOT),yes) ``` will...
I'm leaving this open for a week in case someone WTF about that.
Hi, i've started a fork to mainly improve error handling (with tests) https://github.com/kapouer/chainit also with updated dependency on queue 3. There are some changes that you might not like: -...
See https://github.com/vvo/chainit/issues/14#issuecomment-65461397
Hi, i have ``` function Test() {} util.inherits(Test, events.EventEmitter); var ChainableTest = chainit(Test); ``` i'd like to use chainit on the "on" listener function: ``` var mytest = new ChainableTest();...
This will help wider adoption of ansi.js :)
Hello, just a note about that piece of software i maintain. It gets some more features over the time (like recently, table support), and uses a well-maintained markdown parser. Cheers,...
The simplicity of it is so cool. It's a proof-of-concept however - i'm a noobie w.r.t. acorn.
It can be frustrating to loop over each key, value when searching for one value in particular.
Hi, not sure if you considered that idea... webdriver is supported by all browsers but being HTTP, it brings latency. If performance is a concern for exchanging between node and...