-
Hello.
`# tools/unix/build_omim.sh -s -r generator_tool`
```
[ 88%] Building CXX object generator/CMakeFiles/generator.dir/data_version.cpp.o
[ 88%] Building CXX object generator/CMakeFiles/gene…
-
I'm using supabase auth, supabase RLS, and the supabase postgREST api. I like the idea of pushing authorization and validation rules all into the db, rather than having them split across the app layer…
-
The new `.from_indexable` is significantly slower for some reason.
n_jobs=4:
```
$ python lead_mmap.py
0%| | 96/4774058 [04:12
jzluo updated
4 months ago
-
I'm on the latest build as of September 28, 2024
I'm getting the Error:
> Error: 🟥 @prisma/react-native failed to initialize
Here are the steps I've taken and how I built the project:
Firs…
-
Minimally reproducible example -- take quickstart and add a JS generator. See https://github.com/steebchen/prisma-client-go/issues/877, but you can generate with `npx prisma db push` and then run `go …
-
I have the following model:
```prisma
model PonosJob {
id Bytes @id @db.Binary(26)
workerId Bytes? @db.Binary(26)
payload Json @db.Json
pri…
-
### Initial Checks
- [X] I have searched Google & GitHub for similar requests and couldn't find anything
- [X] I have read and followed [the docs](https://docs.pydantic.dev) and still think this f…
-
### Bug description
following the official docs for integrating Prisma with Deno everything works other than generating docs.
the prisma folder, `schema.prisma`, `.env`, `.gitignore` were all c…
-
Hey,
there is some niche error for complex models (many to many)
```sh
TypeError: Cannot read properties of undefined (reading 'type')
at getJoinIdType (/prisma-dbml-generator/dist/generato…
kuaj updated
2 months ago
-
Latest version of scylla docker image 5.1.7
Scenario:
1. New node added to cluster, joined normally, completed streaming and was working normally. nodetool status reported `UN`. `nodetool cleanup…