Julien Mourer

Results 28 comments of Julien Mourer

@markhughes @KennyLindahl did you figure a clean way to do this? Or did you switch to plain WebAudio? Because it seems that currently the only way to achieve this is...

I am now updating my physics at a [fixed timestep](https://gafferongames.com/post/fix_your_timestep/) so I am no longer using this but FYI there seems to be something wrong with the frictions. Bodies were...

@wmike1987 yes, my implementation is strongly inspired by https://github.com/IceCreamYou/MainLoop.js I wish I could have used MainLoop.js directly but it didn't fit nicely in my ECS-based architecture.

I can reproduce on v0.7.0.

We had this problem at markandrus/build-webrtc#2. Since `libwebrtc_full.a` doesn't need to include tests classes that cause this problem, you can just not build them by specifying the `rtc_include_tests` switch: `gn...

I just tried inside the callback of the `Given(/^I open Google's search page$/, () => {`, I got the same result. Are you able to reproduce?

Also related: https://github.com/supabase/realtime/issues/486

Even better, as far as dirty hacks go :sweat_smile:, is to use a [generated column](https://www.postgresql.org/docs/current/ddl-generated-columns.html).

Could you share your package.json and package-lock.json?

Actually that doesn't work, sorry. I'm working on a fix.