Andrew Haines
Andrew Haines
Would it make sense for that option to be available for _all_ validations? I think it's generally useful to be able to apply a validation to every value in an...
Hey @intrip, happy for you to push this forward. I do think it would be better for this to be a generic option for all validators (apply this validation to...
> There is however a quick fix. Your config does not specify any `auth` plugin. Yep, I realised this once I applied the patch in #5188 so that I could...
> Please open a new issue regarding "run without any auth" which look like a regression of the 6.1.0 changes. Done! https://github.com/verdaccio/verdaccio/issues/5192 > The pino logger can also be created...
Yep, it'd be great to get `reduce` in upstream. There is an issue on the CEL spec already (https://github.com/google/cel-spec/issues/143) but unfortunately it's been sitting there for about 5 years, so...
>Ensuring that only one job (or some larger number of jobs) with a given partition key can run at once globally, with no particular consideration given to a precise sequence...
Unfortunately, you have to use an older (< 1.0) version of Commonmarker: https://github.com/lsegal/yard/issues/1528
We do this by bundling a custom distribution of Monaco, taking inspiration from their [example of how to do it with Webpack](https://github.com/microsoft/monaco-editor/tree/main/samples/browser-esm-webpack-small). Basically this looks like a file (maybe generated...
It seems like the usage of `normalize-package-data` in pnpm needs to be replaced with [`@npmcli/package-json`](https://github.com/npm/package-json); a fix for `normalize-package-data` is unlikely given that it has been inlined into `@npmcli/package-json`. However,...
Hi @eirikwang, this sounds a lot like [derived roles](https://docs.cerbos.dev/cerbos/latest/policies/derived_roles.html) to me. Perhaps you can model your use case with a resource policy and derived roles rather than a role policy?