Roman Liutikov
Roman Liutikov
As reported here https://twitter.com/LambrosPetrou/status/1173378850820100096?s=20 it looks like we are shipping development version of the app. Production build, with `:simple` optimizations, should be more lightweight.
Hello. Are bindings to `DynamicRayCastVehicleController` planned for RapierJS? I couldn't find any pointers what's the status of vehicle controller bindings for JS.
This gave me hard time figuring out what's wrong with my code. This won't propagate the error to browser context ```js eventQueue.drainCollisionEvents((handle1, handle2, started) => { throw "HELLO"; }); ```...
Currently polyfill can't handle custom element registration code from within external js file, thus it should be included directly into imported HTML document as a code block. The only workaround...
Hey! FYI, I've recently released `1.6.5` that introduces `public:` annotation for HTML attributes to convert them into React props, thought you might be interested in updating this for extract-to-react https://github.com/roman01la/html-to-react-components#usage
React v16.3
Tracking issue for React 16.3 API changes: https://reactjs.org/blog/2018/03/29/react-v-16-3.html Let's discuss these changes before starting with implementation, cc @tonsky @piranha @DjebbZ @jetmind (mention more people) ## ~[Official Context API](https://reactjs.org/blog/2018/03/29/react-v-16-3.html#official-context-api)~ Not sure...
There's always a thing about fetching form data to construct JSON object. We need an analogue to FormData object.
Hello. I see that r3p currently depends on rapier `0.11.1`, however `0.17.0` got `DynamicRayCastVehicleController`. Would be great to have it exposed in r3p.
Hello! Does DataDog's browser SDK support setting duration for a custom action? From documentation it's not clear if this is possible, also events updated in `beforeSend` ignore `duration` field in...
Hi! Thanks for this cool library. I wonder why you decided to expose class names and IDs as vars. Wouldn't it be less confusing to make a stylesheet var to...