prisma
Here are 1,040 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
Is your feature request related to a problem? Please describe.
The User object is available using the @userdata decorators in GraphQL. Also, it is available as part of the request object.
This is not the current case with REST API - but it should.
Describe the solution you'd like
Make sure the User object is available on the request, also consider adding a @userdata decorator for
-
Updated
Sep 15, 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 15, 2021 - TypeScript
-
Updated
Aug 27, 2021 - TypeScript
-
Updated
Sep 15, 2021 - TypeScript
-
Updated
Sep 1, 2021 - TypeScript
-
Updated
Sep 15, 2021 - TypeScript
-
Updated
Sep 1, 2021 - TypeScript
-
Updated
Sep 26, 2020 - JavaScript
-
Updated
Sep 15, 2021 - TypeScript
-
Updated
Mar 12, 2018 - Swift
-
Updated
Sep 10, 2021 - TypeScript
-
Updated
Sep 5, 2021
-
Updated
Jun 9, 2021 - TypeScript
-
Updated
Sep 15, 2021 - TypeScript
-
Updated
Sep 15, 2021 - TypeScript
-
Updated
Sep 10, 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 format
and 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