Brendan Allan
Brendan Allan
@oscartbeaumont Would be great if you could check this out
Thought I fixed this earlier but didn't apply it to `and`. Try using `rev = "e44cae1e680e5b0a8f73f68fc99fc6c40066fb83"`.
Did you use that version for both the CLI and library and then regenerate the client? I tried it with Postgres on my machine and it works fine.
My bad, I pointed you to the wrong commit. Try `rev = "be9440002417fcbbe1a7ab2967d626577468f4c4"`.
Will write some tests and then merge
I figure it's worth mentioning that this has already been addressed [here](https://github.com/prisma/prisma-engines/pull/3157), and is the reason that I maintain [my own fork](https://github.com/Brendonovich/prisma-engines) that supports enabling individual databases for `query-core` and...
Swift would be the optimal solution, I think it was removed since it was deemed unnecessary. Shouldn't be any problem with bringing it back.
First one looks pretty good, I'd prefer less blank space around the outside. Also higher contrast on the 'Drag & Drop' text.
Yeah, I'm not sure that this is fixed yet. iTerm2 and Alacritty both look normal, Warp looks desaturated. Could it be related to lack of P3 gamut support?
@Cobular Typeshare is indeed interesting, but would it be applicable for Tauri commands given that they don't support function types? They also have no way to filter out Tauri-specific command...