Juan Martín Seery

Results 42 comments of Juan Martín Seery

Wouldn't it be better to do two queries: a `findUnique` and then an `update`? in that way, you can check the organization id manually and throw an error like "This...

@flybayer because it wasn't being used. I changed it for a jsconfig knowing that we could recover it with Git

Nice catch, and thank you for all your observations! > Only other nit is I prefer to call "GlobalRole" "UserRole" since it's on the user and then you end up...

> I tried to follow the docs today including the fixes mentioned in this PR, unfortunately I didn't get it to work with type issues when creating sessions. May be...

Hi @Hardik3296. As far as I know, nobody is working on it, so you can give it a try. I think you should make a page like `self-hosting.mdx` and put...

@Hardik3296 try syncing your fork with the original repo

I can't replicate in Brave. Maybe it's a problem of Safari

> I did some research and it seems to be caused by this [webkit issue](https://bugs.webkit.org/show_bug.cgi?id=80159), where `-webkit-user-select: none` doesn't select the text, but copies it if your selection starts before...

> Referential actions has been out of preview Maybe we can change the Tutorial — instead of adding a new DELETE, we can make the users update the Prisma schema....

@thomashuettmaier Thanks, that worked for me! How can I do it with `flutter build apk --split-per-abi`?