prisma
Here are 1,983 public repositories matching this topic...
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
Add `deepEqual` utility to stdlib and use it for `initialValuesEqual` in `react-final-form` template
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-
Updated
Apr 14, 2022 - TypeScript
Let's move the CI over to Github Actions!
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
-
Updated
Sep 3, 2019 - TypeScript
-
Updated
Apr 18, 2022 - TypeScript
-
Updated
Apr 15, 2022 - TypeScript
-
Updated
Aug 9, 2019 - JavaScript
-
Updated
Apr 15, 2022 - TypeScript
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'
-
Updated
Apr 18, 2022 - TypeScript
-
Updated
Apr 16, 2022 - TypeScript
-
Updated
Apr 15, 2022 - TypeScript
-
Updated
Feb 25, 2022 - TypeScript
-
Updated
Apr 18, 2022 - TypeScript
-
Updated
Feb 9, 2022 - TypeScript
-
Updated
Sep 15, 2021 - TypeScript
-
Updated
Feb 26, 2022 - TypeScript
-
Updated
Sep 26, 2020 - JavaScript
-
Updated
Mar 12, 2018 - Swift
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
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