Thomas Boyt

Results 17 comments of Thomas Boyt

I'd also love to see this. There have been a lot of awesome changes since 0.7.1, and having to maintain [my own fork with a built version of master](https://github.com/thomasboyt/p2.js/tree/master-built) to...

as usual, right after posting this I came up with a decent workaround: When I sync the balls, I step the world using a _negative_ delta-time between the sync time...

Oh wow, thanks for the heads up on that! It significantly improves performance, to the point that collisions are no longer my bottleneck :)

I'm also curious about this, from the perspective of react-router usage - I'm not sure if the new `handleEnterUpdateDelete` API supports something like this, or if it's still awaiting an...

Also shocked this feature doesn't exist; requiring users to sign in twice feels like a complete show-stopper for my integration. Spent a full hour looking over the reference and docs...

Meanwhile, the iOS SDK _does_ let you simply provide whatever access token you want when connecting the app remote, making this all the more baffling: https://developer.spotify.com/documentation/ios/quick-start/#connecting-to-spotify

Having the same issue. Would be nice to see coverage in background mode.

Ah, it looks like this may be a duplicate of https://github.com/Jays2Kings/DS4Windows/issues/6 - has there been any progress on a potential fix?

[Here's an Input Mapper forum thread](https://inputmapper.com/forum/4/390) that discusses the same issue, the users here seem to have seen the same behavior I've seen in DS4Windows - I also saw exclusive...

I recently converted a project to a monorepo with hoisted dependencies and was surprised npx didn't use the module resolution algorithm, so I couldn't use my hoisted dependencies when running...