prisma
Here are 1,124 public repositories matching this topic...
What is the problem?
As you can see in the below log, it's hard to read and parse the error message.
- It shouldn't have a stack trace
- It should list all duplicate routes if there are more than one
- It should have a more easy to read message like below
ready - started server on 0.0.0.0:3000, url: http://localhost:3000
info - Loaded env from /Users/b/c/ahts/homesc
yarn rw g types is very helpful and indicates errors, such as below.
Generating...
Not all operations have an unique name: UpdateMilestoneMutation
Not all operations have an unique name: UpdateMilestoneMutation
Error: Could not generate GraphQL type definitions (web)
The type generation is also called automatically via various other redwood operations. If not paying atten
-
Updated
Oct 7, 2021 - TypeScript
Let's move the CI over to Github Actions!
-
Updated
Sep 3, 2019 - TypeScript
in the swagger dynamically generate the text that explain how to use the auth
-
Updated
Oct 14, 2021 - TypeScript
-
Updated
Aug 9, 2019 - JavaScript
-
Updated
Oct 11, 2021 - TypeScript
Since Waspello is a demo app, it would be cool to add some kind of e.g. banner with the link to Waspello source code: https://github.com/wasp-lang/wasp/tree/master/examples/waspello
That way when somebody is checking out Waspello demo app they can quickly also see the code!
-
Updated
Oct 13, 2021 - TypeScript
-
Updated
Sep 20, 2021 - TypeScript
-
Updated
Sep 29, 2021 - TypeScript
-
Updated
Sep 20, 2021 - TypeScript
-
Updated
Sep 15, 2021 - TypeScript
-
Updated
Sep 21, 2021 - TypeScript
-
Updated
Sep 26, 2020 - JavaScript
-
Updated
Oct 14, 2021 - TypeScript
-
Updated
Oct 13, 2021 - TypeScript
-
Updated
Mar 12, 2018 - Swift
-
Updated
Sep 23, 2021 - TypeScript
-
Updated
Sep 18, 2021
The current footer has a hardcoded year value.
-
Updated
Jun 9, 2021 - TypeScript
-
Updated
Oct 14, 2021 - TypeScript
-
Updated
Oct 13, 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