prisma
Here are 1,269 public repositories matching this topic...
What is the problem?
after running blitz install graphql-apollo-server and then going to http://localhost:3000/api/graphql i get Internal Server Error on the page and in the terminal i get the logs below.
Paste all your error logs here:
TypeError: Cannot read properties of undefined (reading '$name')
at eval (webpack-internal:///./app/graphql/types/user-type.ts:12:56)
Clerk has released a new v2 which is incompatible with v1:
- https://docs.clerk.dev/main-concepts/auth-v2
- https://github.com/clerkinc/clerk-sdk-node/releases/tag/v2.0.0
Because this is a breaking change, ideally it should be upgraded either before v1-rc or after v1 (included in v2). However, the core team maintainers most likely will not be able to prioritize this. S
-
Updated
Nov 4, 2021 - TypeScript
Let's move the CI over to Github Actions!
-
Updated
Sep 3, 2019 - TypeScript
Improve auth guard tests coverage.
add new tests and improve existing ones.
Auth guard path: ./packages/amplication-server/src/guards/gql-auth.guard.ts
Auth guard tests path: ./packages/amplication-server/src/guards/gql-auth.guard.spec.ts
We use jest for tests and jest-mock-extended for mocking.
-
Updated
Nov 6, 2021 - TypeScript
-
Updated
Nov 6, 2021 - TypeScript
-
Updated
Aug 9, 2019 - JavaScript
Describe the bug
Based on wasp-lang/wasp#345.
Wasp should only inform users of lint errors they can address. Currently, it also warns about errors in the generated files.
For example, this is the current output of running the Todo tutorial code:
-
Updated
Nov 6, 2021 - TypeScript
-
Updated
Sep 20, 2021 - TypeScript
-
Updated
Oct 19, 2021 - TypeScript
-
Updated
Nov 6, 2021 - TypeScript
-
Updated
Sep 20, 2021 - TypeScript
-
Updated
Nov 5, 2021 - TypeScript
-
Updated
Sep 15, 2021 - TypeScript
-
Updated
Sep 21, 2021 - TypeScript
-
Updated
Sep 26, 2020 - JavaScript
-
Updated
Nov 6, 2021 - TypeScript
-
Updated
Mar 12, 2018 - Swift
-
Updated
Sep 23, 2021 - TypeScript
-
Updated
Nov 1, 2021
-
Updated
Nov 3, 2021 - TypeScript
-
Updated
Nov 6, 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