The Wayback Machine - https://web.archive.org/web/20220225064512/https://github.com/topics/prisma-client
Skip to content
#

prisma-client

Here are 102 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

2wce
2wce commented Oct 15, 2021

Is your feature request related to a problem? Please describe.
'm always frustrated when I have to add a new resolver to the project. At the moment you have to make sure it's imported & exported from the index.ts & it's a manual step

Describe the solution you'd like
I would love itt if we have a package/solution that allows us to just add the resolver in the correct folder & not worry

Improve this page

Add a description, image, and links to the prisma-client 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-client topic, visit your repo's landing page and select "manage topics."

Learn more