Skip to content
#

prisma

Here are 1,983 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
jacebenson
jacebenson commented Mar 20, 2022

I was going through the tutorial and when we were expecting a specific error the actual error is slightly differnet in the docs.

Expected error is a little different than actual error;
Actual error is ...

 FAIL   web  web/src/components/ArticlesCell/ArticlesCell.test.js (10.484 s)
  ● ArticlesCell › Success renders successfully                                                          
blitz
beerose
beerose commented Nov 1, 2021

What do you want and why?

If a user has a react-final-form with a JS Set (or Map) in the initial values, the form resets on some activities, e.g. switching to another tab.

Possible implementation(s)

This can be fixed by using the initialValuesEqual prop:

import deepEqual from "fast-deep-equal"

    <FinalForm
      initialValues={initialValues}
      initialValues
kind/feature-change good first issue status/assigned
amplication
MichaelSolati
MichaelSolati commented Mar 22, 2022

Feature description

Presently JWT tokens return the username of a user rather than their ID. Either instead of the username, or in addition to this, a the UID of a user should be included in the encoded object,

Use case

For fetching the user object of the current user, they need to make a GET request like this http://localhost:3000/api/users?where%5Busername%5D[equals]=admin which

sodic
sodic commented Apr 15, 2022

Attempting to update your password with a string that does not satisfy all (e.g., does not have a number) results in a 500 error and does not tell the user why the update failed. We should:

  • Handle this on the server without breaking
  • Inform the user about password requirements
  • Think of a way to provide Wasp support for the common password changing procedure

For closing this issue, it'

bug good first issue no-haskell
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