Miguel Stevens
Miguel Stevens
I've got the same issue, what is the correct type for `useSanity().config` ?
I'm also having issues extracting using docker.. ``` Test Local on BorgBase: Error running actions for repository Command 'borg extract ssh://[email protected]/./repo::6e50ee4e5df9-2023-10-03-071544' returned non-zero exit status 1. Test Local on BorgBase:...
Does Prisma have JSON support for sqlserver as it is today?
> I also encountered this problem and solved it by modifying the types from the documentation. > > import { PostgresDialect } from "kysely"; > import { Pool } from...
Hey @kalon-robson any news on that reactIcons support? Would love to use this package. Thanks
What are some use cases for this? Out of curiosity.
This is working for me, instead of ``` ``` Add a startTransition and call the formAction inside of that ``` { event.preventDefault(); const form = event.currentTarget; startTransition(() => { formAction(new...
Has anyone seen this issue? Just following the steps from the README here
I'm using deleteMany for now, since the email field is unique, I know it's a safe operation ``` prisma.user.deleteMany({ where: { email } }), ```
@Dan6erbond Did you ever find a solution to this issue?