Oleg Korobenko
Oleg Korobenko
Hi @scttnlsn Is it currently possible to initiate sync from server? p.s. Can't find such information at readme or examples.
Hello there. Is somebody working on promises support for hooks? Could you provide some tips to start working on it.
I need to think about this suggestions carefully =) I'll try to do that on next weekends.
Hello. Yes, this is known issue. I'll try to investigate that to give you more details.
Hi @DeltaEvo. It's glad to hear that nci could be useful for you. Code style update is in the roadmap but not the first thing to do. Unfortunately it's not...
You are right - officially it's not supported (but some critical fixes still provided), but some [numbers](https://nodesource.com/node-by-numbers) (also [here](https://semaphoreci.com/blog/2016/10/12/nodejs-versions-used-in-commercial-projects-2016-edition.html)) tell that node 0.10 and 0.12 still quite widely used. I...
p.p.s. To clarify - currently I'm not ready to talk about es6 in nci code base but to replace twostep with promises looks like a good idea.
There is no node.js version that supports decorators. I don't want to transpile server side code. It may involve some issues with memory usage, debugging, etc. It may be some...
Unfortunately currently it's not possible - only git and mercurial [scm](https://github.com/node-ci/nci/tree/master/lib/scm) are supported. It requires some dummy fs scm class implementation which I don't want to add to the core....
Generally it's ok, I just wanted to move scm's to plugins first. But I don't have enough time to do that, so if there will be nice merge request (with...