Elia Perantoni

Results 7 comments of Elia Perantoni

As a workaround, you can allocate the field so that the pointer is not nil but points to an zeroed `models.User` instead: ```go u.User = new(models.User) ``` I'm not exactly...

Yes please, this would be really helpful

This issue was quite a roadblock for a project at my job. We have this database that contains a few join tables with no additional fields, causing the `Input Object...

Also, I think the "blocked" label should be removed now, as [the Prisma issue](https://github.com/prisma/prisma/issues/4004) that was marked as the culprit is now closed.

@runeimp Hey thanks for your interest in Koi! Yes I've developed and tested the interpreter on Linux systems only. As far as I know, there's no reason why it shouldn't...

I noticed that `CASE .. END` expressions don't have correct spans because the locations of the heading and trailing keywords are not considered. ie. the following test fails: ```rust #[test]...