Hin Wong

Results 8 comments of Hin Wong

> I successfully updated WSA just by repeating the install steps, and my data stays there. Pay attention: **do not uninstall** WSA or your data will be lost. When reinstalling,...

Oh I figured out that I can create a function that returns the arguments to be used by the field method: ```ts function snakeCaseField(name: string, options: any) { return [...

Schema level option will be the most convenient for this kind of purpose. Per-field/model basis option is nice to have, but I couldn't think of a valid use-case at this...

I am thinking of a pattern like this: - Add ability to add field level mixins to `PrismaModel` - The mixins will be run before constructing `PrismaScalarField` or `PrismaEnumField` -...

If it is generally ok to you I can start the implementation.

I gave up on using Prisma so I will not continue to implement this. Good luck with the project!

> ah I was mixing it up with another thing. Are you sure it really is an integer? I think its really a float but people just round it? Honesly...

> > I had issue trying to get awakenpoe working in crossover,thus trying going for native mac route. > > For those mac user who are using mac silicon.Below steps...