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

prisma

Here are 2,341 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

bug/1-unconfirmed kind/bug topic: windows tech/typescript
cannikin
cannikin commented Jun 1, 2022

Full message:

warning create-redwood-app > @redwoodjs/telemetry > @redwoodjs/structure > @prisma/sdk > temp-write > uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
good first issue topic/create-redwood-app release:chore
amplication
abrl91
abrl91 commented May 28, 2022

What happened?

on create user, when I try to create a user with a username that already exists, I get an internal server error

What you expected to happen

I expect to get something like 409 and a message that a user with the requested username already exists
https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#client_error_responses

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

prisma-client-py
RobertCraigie
RobertCraigie commented Feb 4, 2022

Problem

We could improve the readability / experience reading through the library source code if there were module level docstrings.

Suggested solution

All python modules should include a docstring explaining

topic: docs good first issue kind/docs level/beginner

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