Marcus Riemer

Results 27 comments of Marcus Riemer

I would draw the line with two goalposts: 1. Whatever people are willing to contribute upstream, so that Nakama doesn't have to maintain (or at least not directly). This is...

Yes, I suspected that adding the actual migrations for the foreign keys would be the smaller part of the work. Feel free to come back at me once the groundwork...

Did you face any issues with Angular 9?

I am in the same situation and have found the most horrible workaround I can think of. If you import Monaco directly in your component (`import * as Monaco from...

You could use something like this: ``` const ongoingRequest$ = service.getPostSub(id); /* expectOne */ // first() to take the first response that comes // await to block execution until some...

I now also tried adding `addTypename: true` to my specs ([as hinted by the testing documentation](https://apollo-angular.com/docs/development-and-testing/testing)): ``` { provide: APOLLO_TESTING_CACHE, useValue: { addTypename: true, }, }, ``` This leads to...

My real issue seems to be elsewhere, but when looking at the code [the documentation mentioned above seems to be wrong indeed](https://apollo-angular.com/docs/development-and-testing/testing/#using-a-custom-cache): https://github.com/kamilkisiela/apollo-angular/blob/880a7a092d478cc8352059829dde5c5126ab4dbf/packages/apollo-angular/testing/src/module.ts#L55-L66

I am in the same boat: Previously I could import multiple bundles and load them dynamically based on the URL that was requested. Now I need to run one server...

There is still something odd going on here, after updating to RC3 it suddenly added physics properties that I'm quite certain to never have touched while editing my tileset: ![image](https://user-images.githubusercontent.com/2138773/221002462-26c5558c-d339-4f87-9324-aebc6c6b919e.png)...