-
As reported in https://github.com/quarkusio/quarkus/issues/15239 and simplified for pure HR, the following produces an exception:
```java
import javax.persistence.Basic;
import javax.persistence.…
-
## Bug description
am currently trying to import a large dataset into my database using prisma.
I get my data from a csv file which has more than 15,000 rows.
unfortunately I run into the fo…
-
Hello, It seems prisma changed something in their code that breaks compatibility with this library in the version 2.22
-
- Laravel Version: 8.22.1
- PHP Version: 8.0.0
- Blueprint Version: 1.20.1
- Platform: Linux (WSL2)
- Sail: 1.1.0
- Jetstream: 2.1.0
### Issue:
When running
```
sail artisan blueprint:b…
-
## I'm submitting a...
- [ ] Bug report
- [ ] Feature request
- [ x] Documentation issue or request
## Current behavior
In my login function I have
`this.router.navigate(['/overview…
-
Hello,
First, thanks a lot for your hard work on these tools, they are very helpful!
I just tried to generate a CRUD system using `pal g` for the `nexus-plugin-prisma` but it looks like it's not…
-
Is it posible to easily set global rendering option that would change all field names from snake_case to kebab-case in generated xml? Now it required to set it manually with code like this:
```
fr…
-
Impacted versions: Odoo ERP 12.0
Steps to reproduce: deploying Odoo with uWSGI and Nginx, plus installing most of the Odoo ERP modules
Current behavior: Alert : uwsgi request is too big: 81492,…
-
Impacted versions: Odoo ERP 12.0
Steps to reproduce: deploying Odoo with uWSGI and Nginx, plus installing most of the Odoo ERP modules
Current behavior: Alert : uwsgi request is too big: 81492,…
-
**Problem**
Right now if when you run `prisma introspect` and your schema has a syntax error, it errors out. This is kind of unnecessary overhead, since the schema will be overridden anyway. It app…