Peterculazh
Peterculazh
Hello, found this issue when I were playing with shapes and getting it position. For start I were using `b2::CircleShape::new` without passing `Vec2` and radius, which I thought was a...
* [x] Are you running the latest version? * [x] Have you included sample input, output, error, and expected output? * [x] Have you checked if you are using correct...
Hello, I'm trying to integrate `nestjs-cls` into my project for transactions and faced issue with disconnecting from DB while testing repositories. There code of tests: ```ts describe(`POSITIVE: UserRepository`, () =>...
Hello, currently I'm trying to collect positions of each body by using `space.EachBody`, but it iterates only for dynamic bodies and skipping for static bodies. I'm using examples to make...