-
Updated
Nov 9, 2020 - TypeScript
prisma
Here are 636 public repositories matching this topic...
Bug description
When i was copying repo to contribute i encountered that in order to build "client" package i had to install YARN globally, although in the CONTRIBUTING.md it is not mentioned.
Here's the usage place that was failing for me before i installed YARN:
https://github.com/prisma/prisma/blob/284891a1d04a1d98f358b5cd141c79c0106ed0c3/src/packages/sdk/src/getPackedPackage.ts#L48
-
Updated
Sep 3, 2019 - TypeScript
What do you want and why?
const query = {}
cosnt params = useParams() // returns {}
cosnt params = useParams('number') // returns {}
const param = useParam('key', "number") // returns NaN
- I want to check param like
if(param)butNaNwill betrue. It might not be useful. - Between
useParamsandparamis not consistent, I'm a bit confusing. - Type implementati
It should be easy to navigate back. Right now there's no built-in way to do this. We already use navigate to navigate programatically. It might make sense to add the back-navigation feature there:
navigate.back()
The way it's done natively with web apis is via history's back and go properties. back does what you would expect, and go takes a number, so you can go back mult
-
Updated
Aug 9, 2019 - JavaScript
-
Updated
Nov 13, 2020 - TypeScript
-
Updated
Oct 19, 2020 - TypeScript
-
Updated
Nov 10, 2020 - TypeScript
-
Updated
Nov 13, 2020 - TypeScript
-
Updated
Feb 21, 2019 - JavaScript
-
Updated
Sep 26, 2020 - JavaScript
-
Updated
Mar 12, 2018 - Swift
-
Updated
Oct 22, 2020 - TypeScript
-
Updated
Oct 28, 2020 - TypeScript
-
Updated
Sep 24, 2020
-
Updated
Sep 14, 2018 - TypeScript
-
Updated
Feb 9, 2018 - Swift
-
Updated
Jul 19, 2018 - JavaScript
-
Updated
Nov 13, 2020 - TypeScript
-
Updated
Nov 1, 2020 - TypeScript
-
Updated
Sep 9, 2020 - TypeScript
-
Updated
Mar 18, 2020 - TypeScript
When deploying or publishing new version, counter is indicating invalid time (-1h -1m -2s) and counting forward for few seconds and then it going back to normal and start from 0.
To Reproduce
- Make a change in your app (add new entity)
- Commit and publish your changes
- Look at the counter below
![image](https://user-images.githubusercontent.com/11903954/97210999-126d0f00-17c7-11
-
Updated
Jul 25, 2018 - JavaScript
-
Updated
May 20, 2018
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."
Since becoming maintainer of this project, and making some security updates, we have not been able to get the electron build working. This is why there has not been a release in a while.
This is no small undertaking, but very very important!