prisma
Here are 1,424 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
Dec 19, 2021 - 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
Dec 21, 2021 - TypeScript
-
Updated
Dec 21, 2021 - TypeScript
-
Updated
Aug 9, 2019 - JavaScript
Right now we don't have a canonical way to add an image with a caption to our blog articles, every time we do some combo of md or HTML, and caption is either a
or ... .We should create a React component that standardizes this and then we can use that in all the places where we require an image.
-
Updated
Dec 22, 2021 - TypeScript
-
Updated
Dec 20, 2021 - TypeScript
-
Updated
Nov 26, 2021 - TypeScript
-
Updated
Dec 20, 2021 - TypeScript
-
Updated
Sep 20, 2021 - TypeScript
-
Updated
Sep 15, 2021 - TypeScript
-
Updated
Dec 21, 2021 - TypeScript
-
Updated
Dec 9, 2021 - TypeScript
-
Updated
Sep 26, 2020 - JavaScript
-
Updated
Mar 12, 2018 - Swift
-
Updated
Dec 1, 2021 - TypeScript
-
Updated
Dec 8, 2021 - TypeScript
-
Updated
Dec 20, 2021
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