prisma
Here are 883 public repositories matching this topic...
What do you want and why?
Package/Recipe scripts are run on blitz install repo/name
Possible implementation(s)
Disable scripts on blitz install
Additional context
Example:
{
"scripts": {
"preinstall": "node verify-node-version.cjs",
"postinstall": "husky install"
},
}
It seems that generating the api types was causing my dev-server to reload.
-
Updated
Jun 12, 2021 - TypeScript
Let's move the CI over to Github Actions!
-
Updated
Sep 3, 2019 - TypeScript
Describe the bug
Delete an application impossible in the dashbpard > https://app.amplication.com
To Reproduce
go to https://app.amplication.com/
Expected behavior
Delete an App or clicking on it and delete it somewhere
-
Updated
Aug 9, 2019 - JavaScript
-
Updated
Jun 12, 2021 - TypeScript
As described here (#246):
src/auth/pages/createAuthRequiredPage.js
- Remove the unused import for Link
- Remove the unused variable definitions isFetching and status (or start using them)
src/auth/useAuth.js
- Remove the unused variable definition setAuthToken (or start using it)
We should look into these templates and see if these are completely redundant or just in some sit
-
Updated
Jun 11, 2021 - TypeScript
-
Updated
Jun 12, 2021 - TypeScript
-
Updated
May 9, 2021 - TypeScript
-
Updated
Jun 10, 2021 - TypeScript
-
Updated
Jun 12, 2021 - TypeScript
-
Updated
Jun 9, 2021 - TypeScript
-
Updated
Sep 26, 2020 - JavaScript
-
Updated
Mar 12, 2018 - Swift
-
Updated
Jun 9, 2021 - TypeScript
-
Updated
Apr 21, 2021
-
Updated
Jun 8, 2021 - TypeScript
-
Updated
Sep 14, 2018 - TypeScript
-
Updated
May 26, 2021 - TypeScript
-
Updated
Feb 9, 2018 - Swift
-
Updated
Jun 11, 2021 - 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."
I am intentionally making this issue specific but I assume it could be expanded to include much more of the API.
Problem
I do not have the entire Prisma Client API perfectly (let alone roughly) committed to memory.
When I go to use it to query for many results the operations tell me nothing about what and why they will do. I only have types to work with.
I don't want to open my br