Mickaël Boidin

Results 24 comments of Mickaël Boidin

Commas seem to not be reconized in test harnesses (MatChipInputHarness) In my *component.ts* file I declare separator keys codes with the following : ``` readonly separatorKeysCodes = [ENTER, COMMA]; ```...

I agree with @homoky. I use Nexus Plugin Prisma in production for internal back-office projects and so I use CRUD feature a lot (really). Dropping support for this wonderful plugin...

I though a little about CRUD feature and in fact the concept very simple. It’s just about using prisma methods with args from GQL requests. But in fact, the real...

Here is a proposal for my previous comment (It can be very long, so I only focus on `posts` query but the idea could be the same for everything). The...

`"skipLibCheck": true` in your *tsconfig.json* should handle this but a real fix will be better

Same problem with @nexus/schema. See https://github.com/graphql-nexus/schema/issues/480

Angular Material MDC migration has been a running gag in my company for years. Some kind of "When are you planning to release this feature ? -- Oh you know,...

The only solution I found is to manually close the client...

@clayne11 your solution implies to use a middleware. I think it's great but I work with Angular and Yoga-Graphql and for unknown reason I can't send token through context.

@coloz thanks for the answer but that's not the point, the dependency work very fine even using monaco version above 0.24 but the issue is that ngx-monaco-editor library has a...