Michael FIG

Results 29 comments of Michael FIG

> I think this needs to be simply updated to use `ChainElement`. I'd like to pick this up again. Can you please clarify?

Indeed, `/private/var/tmp/_bazel_michael/6de72905b448fffc7be7652a860e4346/execroot/tink/bazel-out/darwin-fastbuild/bin/javascript/test_lib_registry_bin.js.map` exists and looks to have the right contents, it's just not appearing in the test output. Excerpts from the build params may be informative: ``` Michael-Macbook-655:tink michael$ grep...

I'm getting my feet wet in Kubernetes at my company. Metallb has proven really useful for repeatable configuration of Ingresses (using nginx-ingress) on available layer2 IPs. Thanks for this useful...

``` Enabled ``` works as I expect.

``` ``` does what I want, but it would be nicer for the Switch to support this usage directly.

I think the issue is not feeding back secrets into a chart upgrade, nor a problem with generating passwords. I think the issue is that if a chart is generating...

@bacongobbler I have a working, backward-compatible convention that relies on [Helm PR helm/charts#5290](https://github.com/helm/helm/pull/5290) As per the documentation in the PR, you can just do the following to an existing chart,...

> I am _hoping_ that the most reliable config is simply to not specify the C++ version at all (always just let it the compiler use latest). Just committed a...

> Ok, I published v0.9.5 with the latest. Wow, fast! It works perfectly for me. This bug is squashed!

You absolutely need to run the web server with HTTPS that is trusted by the client (or else the server needs to be on localhost) to capture media. I don't...