Derek Detweiler
Derek Detweiler
I have this functioning in another branch: https://github.com/gopherwood/spritesheet.js @krzysztof-o would you be interested in a PR? It's been awhile since I worked on this, but I think I had to...
I'm not sure the intended way, but we dropped the minified file into our source folder and added something like `export default Box2D;` in order to get it webpacked. Not...
I'm running into this issue as well. I realize that the current version is an optimization so that the number of checks doesn't increase quite as quickly as new bodies...
I think it could be a good match, but you'd probably need to make your own attractor / repeller function since you would essentially need to strongly repel near objects...
I had the error with exit code 65, but upgraded Xcode to 11.6, and it's working for me now.
I tried a pass at this, but I ran into issues, I think, due to the size of this repo as a dependency. Looking at what [fontsource](https://github.com/fontsource/fontsource) has done with...
I also ran into this same issue running on Win 10, Node v14. I was able to workaround it by forcing the rename to not use `-fs8` by using the...
Okay, so I found a way that works. I kept the broken implementation I described above, but added a static core to the sliding dynamic block that's slightly smaller. Each...
Also interested in whether this can be avoided via passed-in options or such. Including an aab file in an archive and then unzipping results in the aab archive (essentially a...
I ran into a similar issue and was able to resolve by provided a full address like this: ```javascript jsmediatags.read(new URL(audioPath, document.baseURI).href, { // requires full path onSuccess: resolve, onError:...