Michael Kriese

Results 963 comments of Michael Kriese

We would like to register specific converter. eg: convert `JSObject` to `IDictionary` and vice versa. We can't use attributes and don't want to provide custom `JSValue` objects for every dotnet...

Can the promises cause multi threading issues? eg when i create a list of them and await them all? Are they guaranteed to not run on seperate threads, like in...

And i can't override the Promise implementation, as it's pretty hard wired. 😕

Cool, I'm will to try to add this to my https://github.com/viceice/dotnet-ts-testing repo. Let me know when there is something ready to be used

make sure the key isn't rpotected by a passphrase - https://github.com/renovatebot/renovate/issues/12566

You should add the private key to a kubernetes secret and mount it as file or environment var

you should manually create a kubernetes secret and reference it from `extraVolumes`: ```yaml extraVolumes: - name: private-key secret: secretName: renovate-private-key ```

Reopen to track docs update to incluse the sample

should be added here: https://github.com/renovatebot/helm-charts/tree/main/charts/renovate#redis https://github.com/renovatebot/helm-charts/blob/9a7f134294d7ef719016b94027fd69cc84da485a/charts/renovate/README.md.gotmpl#L47

Most effective will be this paths: `renovate/cache/renovate/repository/**/*.json`