Wessel van der Veen

Results 59 comments of Wessel van der Veen

Seems it's not entirely the fault of these type helpers. Seems I made some mistakes trying to make it fit into the existing PgRegistry which has type parameters that are...

Alright, looks like the issue is narrowing too much in the type parameters of PgRegistry. Causing typescript to get a union of `"ExpliciitProperty" | string` for relation properties which is...

> Could you share some code about what you mean, do you mean `fieldArgs.get("")` or `fieldArgs.$unknown` or...? What do you mean by a "mutation FieldArgs" - the FieldArgs of a...

Yes, I see your point. I reckon this is not possible with Typescript atm. How about we make it bit more manual, so you can basically "extract" a validator: ```typescript...

We're having this issue as well, when copying an existing docker-compose project as template for a new project, running lazydocker in that new project shows the original project images and...

This is turning into a quite annoying issue, I currently have 2 folders that I cannot use at the same time due to Lazydocker not being able to differentiate between...

This seems to be caused by having running compose projects that have containers with exactly the same name. Seems the project prefix isn't taken into account.

btw. seems this is a duplicate of #122