Kostiantyn Kostiuk
Kostiantyn Kostiuk
TypeScript can be compiled to Javascript in few ways (commonjs/amd module, etc). Which one should be included?
Investigating this issue I came to this simple fix in [LocalStorageEmitter.ts:37](https://github.com/marcj/angular2-localstorage/blob/master/LocalStorageEmitter.ts#L37) `constructor(@Inject(NgZone) private ngZone: NgZone) {` this fixed error in my first post but now I'm getting `No provider for...
same problem here in [email protected].
Found a solution - https://github.com/SET001/angular2-localStorage/commit/43282ebfbf8a811bcd5c5f7e2bb9788342784455
@schteppe there are maybe situations when single object should be presented in few cells so that collision with different part of that object be calculated:  But I think this...
Nice job, @robrohan . Can you provide a test where there would be about 20-30 objects randomly running in area, passing from cell to cell and colliding with each other?
I have an Entity Component System architecture in my game and I have rotation component which had x, y and z properties. Render and Physic system should read from it...
> what happened on earth. It collides with Chuck Norris
found a way to mark bodies that moved since last simulation step: ``` body.moved = !body.position .vsub(body.previousPosition) .almostZero(0.2) ```
> @kamilmysliwiec Is this targeted for some version of Nest? What do you think of the two solutions/workarounds ([#1](https://github.com/nestjs/nest/issues/2343#issue-452615228) [#2](https://github.com/nestjs/nest/issues/2343#issuecomment-678937523))? Do they have any downsides? E.g. #1 would create everything...