Marco Minetti
Marco Minetti
I'd like to have in status bar a quick view of todos in selected file: | ToDos: 5 | INS | Javascript | OK | Spaces: 2 | and clicking...
I'd like to do something like: dd if=/dev/sda bs=1M | pxz -kvc -9 -T8 > out.lzma I've tried and work but eats lots of ram. Is there any optimization that...
I was not able to instance Buffer class in Google Chrome. E.g.: var a = new Buffer(256);
Hi, I just needed an updated version with ECMAScript 7 async await support. I've backported work from sevb/jshint and merged into JSHint 2.7.0 branch. I will publish it as camden.jshint.esnext...
Hi cscott, I added minor stuff to enable webworker support. There are some dependencies from other projects. ;)
When using with other compilers that feature sourcemap support, lines are no preserved against original source code causing line mismatch during debugging or code coverage analysis. Can you add this...
Hi, I was looking at global objects and I've found the global.data object. {"method":"Runtime.evaluate","params":{"expression":"JSON.stringify(global.data)","objectGroup":"console","includeCommandLineAPI":true,"doNotPauseOnExceptionsAndMuteConsole":false,"returnByValue":false,"generatePreview":true},"id":82} I suppose it is node-webkit-agent specific. Can't it be kept private? I have no time now...
I've seen at https://github.com/NodeOS/NodeOS/issues/37 that RaspberryPI image is planned... May I help you? I use Odroid U3 as ARM device to build against too...