Majid Siddiqui
Majid Siddiqui
@maxpowel can you elaborate more on your approach?
Experienced this with a node and pm2 installation done today. Everything is the latest. Still too many annoying pop ups.
Added never gets emitted. Already compiled the native modules with `apm install .` ``` gaze @location, (err, watcher) -> watcher.on 'added', (filepath) -> Log.info(filepath) @on 'changed', self.changedHandler.bind @ @on 'deleted',...
Seems like you'll have to rebuild the add-ons for native add-ons to work with nodewebkit. See nodewebkit [docs here](https://github.com/rogerwang/node-webkit/wiki/Using-Node-modules#3rd-party-modules-with-cc-addons).
Fixed by ``` npm install gaze cd node_modules/gaze nw-gyp rebuild --target=0.9.2 ``` You can get `nw-gyp` by `npm install -g nw-gyp`.
when can this be merged?
yes please!
Hmmm, I thought it was not supported, how would be the syntax on that? For example I have a null terminated string on a buffer, or a string that is...
So it uses null to terminate the string but if it won't find the null terminator it will use the full length?