Émile Fugulin

Results 327 comments of Émile Fugulin

Interesting, I did not consider that use case. It works for us on simple cases like a class or an interface.

This only works for simple objects and it wont work for arrays, sets, promises, etc.

It really is not the job of an ORM to do this kind of stuff. Under the hood the subscription stuff uses websocket and getting a production ready server at...

I have not done it yet for my projects, but any solution based on websocket is bound to be bad IMO if you have CI/CD because every time you restart...

Yeah I faced the same issue the other day, minor annoyance that could be easily fixed @timsuchanek

Agreed but what about setting Enumerate to ```typescript export type Enumerable = T | Array | ReadonlyArray ``` That would solve my issue with dataloaders. Dataloaders use a ReadonlyArray in...

The community has moved to graphql-ws now, I think it would better for playground to move too.

I would also like to see this come true, it is the only thing preventing us from using fargate.

This is very annoying, I have like 20 secrets and I don't know which one failed to be pulled.