Chad Engler
Chad Engler
Is the Git Data API supported? I didn't see any mention in the docs. If not, it could be really useful: https://developer.github.com/v3/git/ Some helper methods that allow a user to...
- [ ] Only update animations that are within the active viewport - [ ] Only upload the viewport rect of the tilelayer on animation updates (texSubImage2D) - [x] Disable...
Just incase you haven't seen it yet: http://devcomo.2013.nodeknockout.com/ Someone compile ffmpeg with emscripten. Wasn't sure how to let you know since you aren't on FB anymore :P
Should we write this as two logical applications? The first being the audiostream application itself, providing an API to control it. Then the web interface as a second app that...
I have a file that looks like this: **src/ts/Module.ts**: ``` typescript module MyModule { export class MyClass { constructor() { var boot = new States.Boot(); } } } ``` and...
New Release
Looks like there have been a _lot_ of changes since the last release (v0.7.1): https://github.com/schteppe/p2.js/compare/v0.7.1...master Any chance of getting a new release to npm soon, maybe a v1.0.0?
I noticed #28 which seems to imply that CCD (or swept collisions) is not yet implemented. Currently I am using Chipmunk-js and for seting velocity of bodies without causing teleportation,...
Hello, I have what seems like a trivial case that I just cannot figure out the right pattern for. Basically I have an application with 'Documents'. When certain actions happen...
**What does this PR do?** Resolves #1595 1. Implement support for `fsanitize=address` in gcc, clang, msc, and Visual Studio backends. 2. Implement support for `fsanitize=fuzzer` in msc and Visual Studio...