-
checks:
- stars > 10
- not archived
- has `package.json`
- has `package-lock.json`
- hasn't `yarn.lock`
- hasn't `pnpm-lock.yaml`
- `package-lock.json` was updated less than 6 months ago
- is …
-
Type: Bug
When I try to initiate the git commit, it goes through successfully but will not allow me to publish the branch.
even though the repo was initialized, I cannot see it on GitHub or push cha…
-
### Bug description
```nodejs
let shop = undefined; // shop is variable, and in some cases, it may be undefined
await prisma.theme.deleteMany({
where: {
shop,
}
})
```
I left out …
-
I'm testing this with GraphQl Playground (connected to http://localhost:62222/graphql) - mutations and queries working fine but it I'm trying to run subscription I'm getting this error:
```
{
"…
-
**Describe the bug**
This bug on started happening recently after months of use with the extension.
In a next.js / react 18 application placing a "use client" directive at the top of the page usu…
-
### Bug description
Next.js middleware seems to fail the edge runtime check, even when deployed to Node.js:
```
Error: PrismaClient is unable to run in Vercel Edge Functions. As an alternative, t…
-
## Summary
The basic idea here is to improve the DX revolving around auth.
As a developer working on my user model and writing tests for it I would like meaningful code completion on the `curren…
-
### Summary
I was feeling pretty good about list view performance, but I recently added a lot of data to some of my records, and now I noticed that even though I am not showing that data in the list …
-
This is just a heads-up about a potential red herring when prisma-field-encryption is used in conjunction with prisma 5.16.0. The first error I encountered after updating prisma was:
```log
Error:…
-
Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version: 1.90.0
89de5a8d4d6205e5b11647eb6a74844ca23d2573
arm64
- OS Version: macOS 14.5 (23F79)
on …