prisma
Here are 1,028 public repositories matching this topic...
What is the problem?
When using useQuery, the resources' type seems to get lost when destructuring setQueryData
Paste all your error logs here:
Paste all relevant code snippets here:
What are detailed steps to reproduce this?
Inspect typing with and without setQueryData
Run blitz -v and paste the output here:
$ npx blitz -v
macOS Big Sur | darwin-x64
-
Updated
Sep 1, 2021 - TypeScript
Let's move the CI over to Github Actions!
-
Updated
Sep 3, 2019 - TypeScript
Describe the bug
the admin ui of the generated app came without the sass package
-
Updated
Sep 8, 2021 - TypeScript
-
Updated
Aug 9, 2019 - JavaScript
Here is an example of it being used: https://github.com/wasp-lang/wasp/blob/master/waspc/examples/todoApp/todoApp.wasp#L4 .
app todoApp {
title: "ToDo App",
head: [
"<link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap\" />"
]
}
We should add short mention of it + description under: https://github.com/wasp-
-
Updated
Sep 9, 2021 - TypeScript
-
Updated
Aug 27, 2021 - TypeScript
-
Updated
Sep 2, 2021 - TypeScript
-
Updated
Sep 1, 2021 - TypeScript
-
Updated
Aug 15, 2021 - TypeScript
-
Updated
Sep 1, 2021 - TypeScript
-
Updated
Sep 26, 2020 - JavaScript
-
Updated
Sep 8, 2021 - TypeScript
-
Updated
Mar 12, 2018 - Swift
-
Updated
Sep 2, 2021 - TypeScript
-
Updated
Sep 5, 2021
-
Updated
Jun 9, 2021 - TypeScript
-
Updated
Sep 8, 2021 - TypeScript
-
Updated
Sep 7, 2021 - TypeScript
Improve this page
Add a description, image, and links to the prisma topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the prisma topic, visit your repo's landing page and select "manage topics."



Bug description
When you run
npx prisma initeverything executes without problems but the.gitignorefile is being overwritten with the following content mentioned in Issue #3400How to reproduce
npmproject.gitignorenpx prisma init.gitignorefile and notice it was overwrittenExpected beha