James Hagerman
James Hagerman
I actually made a fork of Agility to provide this ability. I haven't tested it much and I haven't done a pull request because I want to really use it...
> `onFatalError` is only meant to perform a cleanup before we exit the process, not fully prevent it. This is how Node.js is behaving by default (always crash the process...
I know it's been quite a while since this PR was opened, but it would be wonderful to get this BOS descriptor support into LUFA. The QMK Mechanical Keyboard firmware...
I was having this problem as well on OS X. The issue is related to the rather horrible HTTP Request parsing code in this project. Basically, if you've somehow got...
I'm also having this issue. After compiling the libfreenect driver from the latest source (0.2.0) I was able to get the glview test app to run and it found the...
Well, crap. The head of libfreenect has diverged quite a bit from this fork of the code. I can't even compile this library as it is now in this fork....
Okay. I was able to build the Java portion of the code (I had to get jna.jar installed on my machine and in the classpath) but the C++ files are...
@shiffman: I've been working towards trying to merge your existing processing code with the latest HEAD of libfreenect. Since my last post, I finally got the .so and .jar to...
Also, it would be pretty awesome if this library could (at some point) be pulled in to the main libfreenect repo...
Well, I'm getting closer. I modified some of the the code and moved some files around and was able to get the code to compile... So I've been able to...