lukebarlow
lukebarlow
Hi, been experimenting with building ammo with the aero examples simulating wind. For this to work, we need the btSoftBody struct ``` struct eAeroModel { enum _ { V_Point, V_TwoSided...
Should we be able to use subscribeKey on a computed value? This test currently fails ```javascript describe('proxyWithComputed and subscribeKey', () => { it('should call subscribeKey subscription when computed value changes?',...
You may have other plans for dealing with images and other static files, or maybe I missed something about how you can already do it, but in any case this...
A small tweak to make the build script work on Windows. I'm not clear if this is the same use case as addressed by https://github.com/zaydek/react-ssg/issues/23, but in any case this...