prisma
Here are 1,750 public repositories matching this topic...
Related: redwoodjs/redwood#4489
When calling requireAuth() on the api side, you can pass in an optional list of roles that the user must have in addition to being logged in:
requireAuth({ roles: "admin" })
requireAuth({ roles: ["admin", "moderator"] })Note that it allows both a string and an array of strings as valid values on the roles
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
Mar 5, 2022 - TypeScript
Let's move the CI over to Github Actions!
-
Updated
Sep 3, 2019 - TypeScript
-
Updated
Mar 4, 2022 - TypeScript
-
Updated
Mar 4, 2022 - TypeScript
-
Updated
Aug 9, 2019 - JavaScript
-
Updated
Mar 4, 2022 - JavaScript
Currently, there is no (easy) way for a blog/doc reader to sign up for our newsletter. We should add some kind of a pop-up or a permanent e.g. top bar that will invite them to do so.
-
Updated
Mar 4, 2022 - TypeScript
-
Updated
Mar 4, 2022 - TypeScript
-
Updated
Mar 4, 2022 - TypeScript
-
Updated
Feb 25, 2022 - TypeScript
-
Updated
Mar 5, 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
-
Updated
Mar 5, 2022 - 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