-
Updated
Dec 14, 2020 - TypeScript
prisma
Here are 659 public repositories matching this topic...
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!
What is the problem?
blitz generate model doesn't allow numbers inside the field name
Steps to Reproduce
- run
blitz generate wordlist words200:string
Versions
0.27.1
Other
/src/prisma/field.ts is limited to alpha characters only while prisma has the following conventions:
- Must start with a letter
- Typically spelled in camelCase
- Must adhere
I'm seeing an issue where I'm rendering a Cell with children, something like:
<UsersCell>
<OtherComponent />
</UsersCell>Here's the error I'm getting in the web console:
readFromStore.js:55 Uncaught TypeError: Converting circular structure to JSON
--> starting at object with constructor 'Object'
| property '_context' -> object with constructor '
-
Updated
Sep 3, 2019 - TypeScript
-
Updated
Aug 9, 2019 - JavaScript
-
Updated
Dec 16, 2020 - TypeScript
-
Updated
Dec 11, 2020 - TypeScript
-
Updated
Dec 15, 2020 - TypeScript
-
Updated
Dec 16, 2020 - TypeScript
-
Updated
Feb 21, 2019 - JavaScript
-
Updated
Sep 26, 2020 - JavaScript
-
Updated
Mar 12, 2018 - Swift
-
Updated
Dec 14, 2020 - TypeScript
-
Updated
Dec 11, 2020 - TypeScript
-
Updated
Nov 16, 2020
-
Updated
Sep 14, 2018 - TypeScript
-
Updated
Feb 9, 2018 - Swift
The delete icon alignment in tables should be aligned to the left instead of aligned to the right.
Please change the cell class to:
Should be
td class="min-width mdc-data-table__cell rmwc-data-table__cell"
Instead of
td class="mdc-data-table__cell rmwc-data-table__cell"
See the attached mockup below:
![image](https://user-images.githubusercontent.com/65485193/101739909-de2c840
-
Updated
Jul 19, 2018 - JavaScript
-
Updated
Dec 16, 2020 - TypeScript
-
Updated
Dec 4, 2020 - TypeScript
-
Updated
Dec 11, 2020 - TypeScript
-
Updated
Nov 28, 2020 - TypeScript
-
Updated
Mar 18, 2020 - TypeScript
-
Updated
Jul 25, 2018 - JavaScript
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."
Problem
There are some servers like fastify that allow to define json schemas in order to provide better performance and input / output data validation. Right now I am using prisma with fastify and have to manually define such schemas. Most of these, however, would