prisma
Here are 1,473 public repositories matching this topic...
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}
initialValuesmodel User {
name String
createdAt DateTime @default(now())
modifiedAt DateTime @updatedAt
}
yarn rw g scaffold User would ideally not include form elements and query SDL for modifiedAt.
-
Updated
Jan 3, 2022 - TypeScript
Let's move the CI over to Github Actions!
-
Updated
Sep 3, 2019 - TypeScript
Improve auth guard tests coverage.
add new tests and improve existing ones.
Auth guard path: ./packages/amplication-server/src/guards/gql-auth.guard.ts
Auth guard tests path: ./packages/amplication-server/src/guards/gql-auth.guard.spec.ts
We use jest for tests and jest-mock-extended for mocking.
-
Updated
Jan 5, 2022 - TypeScript
-
Updated
Dec 25, 2021 - TypeScript
-
Updated
Aug 9, 2019 - JavaScript
Right now, Analyzer (compiler) error messages are shown like this:
Type error:
For dictionary field 'dependencies':
For list element:
For dictionary field 'version':
Expected type: string
Actual type: number
So first we describe the type of the error (Type Error), then we describe its context (in dictionary field X, in list, in ...), and then we d
-
Updated
Jan 5, 2022 - TypeScript
-
Updated
Jan 5, 2022 - TypeScript
-
Updated
Nov 26, 2021 - TypeScript
-
Updated
Jan 4, 2022 - TypeScript
-
Updated
Sep 20, 2021 - TypeScript
-
Updated
Sep 15, 2021 - TypeScript
-
Updated
Jan 5, 2022 - TypeScript
-
Updated
Dec 9, 2021 - TypeScript
-
Updated
Sep 26, 2020 - JavaScript
-
Updated
Mar 12, 2018 - Swift
-
Updated
Dec 1, 2021 - TypeScript
-
Updated
Dec 29, 2021 - TypeScript
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