Matt Mueller
Matt Mueller
And you expect it to look like this? ```prisma model Live { id String @default(cuid()) @id Live_chapters Json[] } ``` Also, do you have any null values in your `chapters:...
Okay this should be fixed by #57. Please give it a try in `0.0.34`.
> I tried re-migrating from prisma 1, and changing these statements, but the issue remains. @Aldrian just to clarify: you tried changing these SQL queries to `json_agg` and it did...
From Slack, @Aldrian confirmed this is working on his codebase. I'll add this to upgrade soon.
Hey @runar-indico, sorry about the inconvenience here. You're correct that there are a bunch of edge cases to deal with, so the generated schema often requires some manual tweaking. The...
Thanks for the great reproduction! I'll investigate this one soon.
just build capabilities `bundle.build('dist', fn)` would be sufficient. Not a huge priority for me atm, because you can just warm build by utilizing the CHECKS file in heroku or dokku
this would be great, I'm finding that components with 0 stars are being used by people. would be nice to know when/if we can make breaking api changes, delete repos...
@eivindfjeldstad that'd be great. For the product we've been building, were supporting IE9+ and for every other browser, the most current and 1 previous version.