Daniel Cousens
Daniel Cousens
@DrJume are you saying that we should change the default length? ~Isn't it [base**26**?](https://github.com/paralleldrive/cuid2/blob/dd9e864286aae9e2ec07ef9e01552f2d358a8559/src/index.js#L62)~ No, it uses `.toString(36)` for the rest of the string, amended the OP
@tomdo1234 recently reported this as a security vulnerability, and I have opened an advisory in https://github.com/keystonejs/keystone/security/advisories/GHSA-5fp6-4xw3-xqq3 - with the following justification: > You might actually want the features of a...
As of https://github.com/keystonejs/keystone/pull/8648 (to be released soon), you can now use ```typescript db: { idField: { kind: 'cuid2' } } ``` On your lists to use `cuid2` as your identifiers,...
@mmachatschek are you interested in rebasing this?
Replaced by cf0bd47146b9e219801bd40488cae03b906251e7
@digitalrisedorset are you running the example from within the example folder? :confused:
Ah yup, you need to `pnpm install` from the monorepo root, and then use `pnpm dev` inside the examples. If the documentation wording could be improved any, please make a...
Is this actually a problem? I don't think the UX pattern is necessarily helpful, but, what kind of prevention mechanism would you expect for the DX? What if someone wanted...
Thanks for the issue @svnoak, I don't think is something needing a quick fix, but, having the issue will help ensure we don't miss the issue for discussion when we...
Maybe a better path forward is to remove the `prompt-history` writing behaviour by default in a breaking change, and then supporting users to opt-in by adding this kind of configuration?...