prisma
Here are 1,036 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 9, 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 11, 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 11, 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 12, 2021 - TypeScript
-
Updated
Mar 12, 2018 - Swift
-
Updated
Sep 10, 2021 - TypeScript
-
Updated
Sep 5, 2021
-
Updated
Jun 9, 2021 - TypeScript
-
Updated
Sep 12, 2021 - TypeScript
-
Updated
Sep 12, 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
On windows, I run
prisma formatand note the unusual file ending. The lines are all LF, but the very last line is CRLF.This causes issue on my Linux CI where it formats it ending in LF's only, causing a diff to occur and the build to fail.
How to reproduce
![image](https://user-images.g