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

prisma

Here are 1,920 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
thedavidprice
thedavidprice commented Feb 2, 2022

The redwood.toml web.apiURl value is expected to accept any "absolute path (thats starts with /) or an absolute URI that starts with `http[s]://"

However, if I set web.apiUrl="/" I get the following behavior:

  • local api and web server start successfully
  • endpoint error

console log:

[Error] A server with the specified hostname could not be found.
[Error] Fetch API cannot load
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
shayneczyzewski
shayneczyzewski commented Mar 21, 2022

There was a latent bug which was recently discovered by end-to-end testing as we were optimizing the writing of FileDrafts during the generation process. We had two different functions that were generating a server/src/server.js file. It was not noticed before as the correct one must have been always written last. When switching to a Map-based implementation with paths as the key, we collapsed

good first issue 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