Manuel Maute

Results 19 comments of Manuel Maute

I'm personally interested in ignoring tables and relationships so far, which helps to narrow down the ERD by not having to many nodes and edges. Ignoring fields particularly may be...

My current "solution" is the following script I call from `package.json`. It first creates a "pure" prisma schema, removes/modifies the generators and then just calls `prisma generate` on the cleaned...

I'm wondering how this issue became stale as it seems to be a major feature and therefore I expected this to be needed by many ... but anyhow, I just...

I actually just realized there is an even cleaner way to implement this: ```ts export type FindOneResult_oneof_base = { code: number; }; export type FindOneResult_oneof_result = | { choice: 'hero';...

@sczrz If I'm not mistaken, you can simply configure this in the grpc loader settings. See [here](https://docs.nestjs.com/microservices/grpc#options) and [here](https://github.com/grpc/grpc-node/blob/master/packages/proto-loader/README.md).

That would be amazing! Actually, I realized in some situations it would already be enough, if there would be a way to just pin the header to the RBQL view...

This is a real issue, for me specifying: ```tf global_flags = [ "--tls-san ${var.my_cluster_ip}" ] ``` results in the first hyphen to be removed as checking the `journalctl -u k3s-agent.service...

Pairing it with [sql-ts](https://github.com/rmp135/sql-ts) would also safe you time and errors manually typing the db schema.

Amazing, thx for your reply! Do you already have an idea about the rough date?