rustrial

Results 8 comments of rustrial

I guess `String` only custom extensions are not powerful enough. For example consider JSON Schemas from the Kubernetes OpenAPI specification respectively from `CustomResourceDefinition`s (CRD). In that case the keys are...

Same here, and we constantly manually apply `helm rollback ... && flux reconcile ...` to fix it. What about adding a flag to `HelmRelease` to opt-in to a self healing...

@briansmith Even if I use a published release from crates.io I get an error. So for example if I try to cross compile one of my cli tools which (transitively)...

@AndrewChubatiuk Thanks for your contribution. Unfortunately, I am not sure whether calling the AWS Instance Metadata Service (IMDS) is a good idea. It's a security best practice to ensure that...

Same here (with Pulumi version 3.2.1), we observe this error although we have disabled all usage of `onOutput` and `onEvent`. It is definitively some kind of race condition, as it...

@komalali No, I am not using `jest`. My scenario is: - Pulumi version 3.2.1 with TypeScript stacks (but we observed this error before with version 2.*) - Using the automation-api...

OK, I reproduced this with the following log messages. I don't want to publish the event log file (`/tmp/automation-logs-preview-TJ99zB/eventlog.txt`) here as it contains semi-sensitive information (e.g. AWS Account ID). @komalali:...

Maybe this could be addressed by adding [proxy-wasm](https://github.com/proxy-wasm/spec) support, there is already an ongoing [discussion](https://github.com/linkerd/linkerd2/discussions/4389) about hat. Basically, that would add general extensibility to linkerd2 on top of which then...