prisma
Here are 1,920 public repositories matching this topic...
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
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 4, 2022 - TypeScript
Let's move the CI over to Github Actions!
What happened?
The close button should be on top of the text.
What you expected to happen
- Title should be - 14px bold
- Commit message box should
-
Updated
Sep 3, 2019 - TypeScript
-
Updated
Apr 10, 2022 - TypeScript
-
Updated
Apr 10, 2022 - TypeScript
-
Updated
Aug 9, 2019 - JavaScript
-
Updated
Mar 31, 2022 - TypeScript
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
-
Updated
Apr 4, 2022 - TypeScript
-
Updated
Apr 5, 2022 - TypeScript
-
Updated
Apr 8, 2022 - TypeScript
-
Updated
Feb 25, 2022 - TypeScript
-
Updated
Apr 10, 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