krogank9
krogank9
Thanks it works. I was using the ones already in the build folder
I'm writing a plugin for Geany now and I'm noticing something similar. I also noticed it in the atom io plugin. When the server is sent too many requests containing...
OK i broke tern interfacing with it directly. here's a node script that causes this bug: http://pastebin.com/8keQChrG And here's the file i used babylon.mesh.js: http://pastebin.com/787DfWCu And here's babylon.mesh.js the entire...
I commented out the part in lib/tern.js where it resets and reanalyzes after 40 requests and now it doesn't break. not a solution though obv. I also noticed if you...
``` /** * Handle read * @param data Message */ void onData (String data) { mBuffer.append(data); String completeData = readUntil(this.delimiter); if (completeData != null && completeData.length() > 0) { WritableMap...
Hi, which KBEngine release version did you use from https://github.com/kbengine/kbengine/releases so I can test? Currently I need to update it to protocol 2.0.0... Probably that is why it errored. Wrong...
The mac version may be outdated, if someone wants to try for me (I don't have mac to use currently) it should compile and run fine still with Qt on...
Just saw this, it is a false positive due to using https://github.com/krogank9/exe-packager to make it portable. Viruses use similar tactics to obscure the signature of the code they are running.
Hey! Sorry didn't see this until now. This project is unmaintained currently but I'm glad you like it and you're certainly welcome to work on it or even make your...