Skip to content
#

prisma

Here are 1,269 public repositories matching this topic...

prisma
binary64
binary64 commented Aug 2, 2021

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

  1. On windows do prisma format
  2. Open in HxD or similar
  3. See attached:

![image](https://user-images.g

blitz
maxall41
maxall41 commented Nov 3, 2021

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)
 
thedavidprice
thedavidprice commented Oct 22, 2021

cc @zackdotcomputer

Clerk has released a new v2 which is incompatible with v1:

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

amplication

Improve this page

Add a description, image, and links to the prisma topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the prisma topic, visit your repo's landing page and select "manage topics."

Learn more