Results 131 comments of Jasper

The `kubernetes_manifest` documentation is a bit vague about `computed_fields`, but it does imply that it's specifically for the case that the object returned *immediately after apply* is different. Generally, I...

Check if the CRD has a schema. If it doesn't, any change requires a replacement.

In the rest of the diff (where you've cut it off with `...`), something should be marked with `forces replacement`, can you paste the rest of the diff?

The values in the Kubernetes Secret `data` field are always base64-encoded. This is by design, and you can read more about it in the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/secret/). When you use the...

One way we have done it before is to anycast an IP from the servers running coturn (advertising the IP from each server using BGP and using a health check...

Those as the names as provided by the ISO standard. It seems reasonable for this package to follow the standard rather than attempt to make its own decisions about appropriate...

Note that `dart-sass` works fine on aarch64 (and they publish binaries), but it doesn't work on Alpine (on any arch) because it dynamically links glibc. So there is still a...

@citosid What about if we made it possible to specify a DNS name for `NAT_HARVESTER_PUBLIC_ADDRESS` (e.g. `k8s-default-jvb-abcdef-abcdef.elb.us-east-1.amazonaws.com`), and when starting ICE, the DNS name is resolved? This way you'd always...

duplicate of #1496 You probably need to re-enable some of the features disabled by `default-features = false` to regain the support for decoding your textures, just don't enable the threading/rayon...

Any chance of getting a review on this? @justindho perhaps?