-
## Problem
Not all migrations can be declarative. For example, we need to add a custom index for performance reasons. We also need this as an escape hatch for anything prisma schema doesn't support…
-
Description:
When the default TTPs are loaded into the instance upon creation each object has a CUID generated. The TTPs are linked to each other by referencing these CUIDs. The script doesn't accou…
-
## What are the steps to reproduce this issue?
1. Find an openapi spec that contains an object
2. Run the generator with mock setup
3. Observe that all the object keys are randomly generated …
-
In the cuid remarks sections, the docs say:
> Since the length of cuid() output is undefined per the cuid creator, a safe minimum field size is 30 characters, in order to allow for enough character…
ghost updated
11 months ago
-
Blocks behave differently than Models when you ask them to find themselves:
```
from pyomo.environ import *
m = ConcreteModel()
m.b = Block()
if m.find_component(m) is m:
print("Model re…
-
### Package
lucia-auth
### Describe the bug
Given the prisma user schema
```prisma
model User {
id String @id @unique @default(cuid())
createdAt DateTime @default(now())
…
-
Please share your feedback about the new Preview version of Prisma Migrate that was released in [v2.13.0](https://github.com/prisma/prisma/releases/tag/2.13.0) in this issue.
- If you encounter a b…
-
First off, thank you for creating this useful package.
I have a requirement where I need to compare the generated cuids. I understand from the source that the generated cuids are base 36 numbers c…
-
Environment: React-Native, iOS, cuid npm version 2.1.6
All of my slugs/cuids have a comma character in the middle, e.g. cuid() returns "cjv2di9mh0000,AWSaoa02jd8", cuid.slug() returns "mi1,Si0"
…
-
## Question
Might it be useful to register cuids to give them one higher level of scope at web scale?
## Examples
It could look like
`cuid:ckxls1y3900009yrx442e23rf`
Or
`urn:cuid:ckx…