Alex Potsides
Alex Potsides
Not quite sure what could cause this, I've released a new version that wraps the dnode invocation in a try/catch block so it should at least stop the daemon process...
Not exactly - but you can update installed apps using the web interface manually after pushing. I live-coded something that auto-updates apps after pushing at the end of my [LNUG...
Can you verify that the file `/usr/local/lib/node_modules/guvnor/scripts/init/sysv/guvnor` exists? Node may have put it's global `node_modules` directory somewhere else on your system.
I'm guessing you installed node via apt-get - if so, you want to create the symbolic link to the correct place: ``` sudo ln -s /usr/lib/node_modules/guvnor/scripts/init/sysv/guvnor /etc/init.d/guvnor ``` See the...
npm sometimes takes a lot of memory when installing - how much memory does your system have available? > On 7 Jan 2016, at 18:50, Daniele Margutti [email protected] wrote: >...
@schnittstabil do you think this PR can be merged?
Looks like I was just being impatient. The build does complete, but building the usb tools takes about ten minutes. The thread that takes ages is: "main" prio=5 tid=7ff6ba801000 nid=0x101fd2000...
The idea behind my original pull request was to be able to hide code, so I think it would be a shame to see that go away. Imports and the...
Yep, the changes that were made in this PR to enable running ESM tests were made in another PR so this isn't necessary any more.
The CI build I linked to was killed after having stalled for six hours. Prior to the appearance of this bug processing the coverage report in CI took seconds so...