Tobbe Lundberg
Tobbe Lundberg
I think I figured it out. I haven't verified this yet, but I guess we assume that `id` is autogenerated, and thus should not be supplied when doing "create". Or...
Confirmed that updating my prisma model to have this solved the red squiggle problem. ``` id String @id @default(uuid()) ``` The issue is still valid though. We could do a...
With a .gitignore file in place it works fine
Initially, based on the title and description alone, I thought I was running into the same issue as described here: https://github.com/evilmartians/lefthook/issues/943 But I've verified that what I'm seeing can be...
As a workaround I run prettier with `--log-level=silent` for now
@razzeee Now that you remember the reason for adding the babel plugin, and having identified your auth code as the reason for needing it – do you think you can...
Yeah, no worries. Take your time 🙂
Interesting. I wonder if there's an actual reason for that? If so, we need to make the IDE (and other tooling) tell you so! If not, this is a bug...
Doesn't work Works: We should quote the name if it has hyphens. I'll see how quick of a fix that'd be
@tilmann I know how to fix the error now. But I don't know if I want to 😆 I think I instead just want to make it explicit that we...