Dries Croons
Dries Croons
When I was creating my [(use)Interceptor priorty PR](https://github.com/typestack/routing-controllers/pull/860) it took me some time to get a working setup and I was wondering if there were some docs on how to...
## Description When using routing controllers, I don't want to explicitly set an interceptor to each controller action even though I (might) want to specify the priority, in how they're...
**Describe the bug** When you open a react app with the wallet-adapter in an incognito tab (assuming you have no wallet extensions enabled), and click the "Select Wallet" (WalletMultiButton), a...
I've got the following code that I set up for testing purposes: ``` @Exclude() class Transformer { @Expose() @IsString({ each: true }) public map!: Map; } const obj = {...
Hey 👋 I recently came across this example in rust for [one way platforms in rapier](https://github.com/dimforge/rapier/blob/master/examples3d/one_way_platforms3.rs) and tried to recreate the effect. I'm currently able to let the ball pass...
## Description PR for https://github.com/pmndrs/react-three-rapier/issues/597 We can get one-way-platforms to work by [passing an additional hooks param](https://github.com/pmndrs/react-three-rapier/compare/main...driescroons:react-three-rapier:main#diff-4b2d5bdbbfe04ccbc1bce88bef0cf1211fe756872a2e249cc6f4a0d5fef27ac2R550) to world.step(eventQueue, hooks) of type PhysicsHooks. In order for us to get access...