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

prisma

Here are 1,480 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

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
thedavidprice
thedavidprice commented Dec 22, 2021

continuing from #3601

There are (plenty of) cases where the boilerplate tests will fail. One recent example is #3601 re: Float and DateTime types that don't play well with Jest expect(). Instead of attempting to configure boilerplate to handle all possible situations, we decided to update the docs over here redwoodjs/redwoodjs.com#881

But what good are docs if you d

amplication
Martinsos
Martinsos commented Dec 22, 2021

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

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