prisma
Here are 818 public repositories matching this topic...
Setting trailingSlash: true in the blitz configuration creates 308 redirects for all api requests.
What is the problem?
API requests for blitz, from either await direct function calls inside useEffects or useQuery calls are not being created with consideration for the trailingSlash config.
What are detailed steps to reproduce this?
- create new blitz application
- update blitz.config.js as below
const { sessionMiddleware, simpleRolesIsAuthorized } = require("blitz")
Under the hood, Redwood's @redwoodjs/forms uses v6.15.4 of React Hook Forms, which is now at v7:
React Hook Form focus on the following aspect on Version 7:
- (DX) Strict typed form
- Reduce package size
- Performance enhancements
- improve API's simplicity and consistency
Releases: https://github.com/react-hook-form/react-hook-form/releases
Upgrade Guide: https://react-hook-fo
-
Updated
May 10, 2021 - TypeScript
Let's move the CI over to Github Actions!
-
Updated
Sep 3, 2019 - TypeScript
in the base folder in the code that generated adding comment that say not to overwrite the contant to prevent git collision
-
Updated
Aug 9, 2019 - JavaScript
-
Updated
May 11, 2021 - TypeScript
SQLite shouldn't be used in production, so when user runs wasp build but has SQLite set as db system (either because he defined no db system and SQLite is default or because they explicitly chose SQLite), wasp throws an error.
To make this happen just run wasp build in a newly created app.
Message right now is somewhat hard to understand -> we should make it clearer! User should understa
-
Updated
May 10, 2021 - TypeScript
-
Updated
May 10, 2021 - TypeScript
-
Updated
May 9, 2021 - TypeScript
-
Updated
May 7, 2021 - TypeScript
-
Updated
May 10, 2021 - TypeScript
-
Updated
Sep 26, 2020 - JavaScript
-
Updated
Apr 1, 2021 - TypeScript
-
Updated
Mar 12, 2018 - Swift
-
Updated
May 9, 2021 - TypeScript
-
Updated
Apr 21, 2021
-
Updated
May 6, 2021 - TypeScript
-
Updated
Sep 14, 2018 - TypeScript
-
Updated
Feb 9, 2018 - Swift
-
Updated
Apr 27, 2021 - TypeScript
-
Updated
May 5, 2021 - TypeScript
-
Updated
May 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