Nelson Elhage
Nelson Elhage
My first reaction would be that you should lower the AST into a CFG that has "assign" opcodes and local variables, and then lower that CFG into a form that...
Yeah, my belief is that you'll want (at least) two IRs, but even within a single IR type, you may want different "flavors" of it, that have different invariants --...
Would it be possible to get a release containing this fix so it's easier for us to upgrade? Thanks in advance!
Thank you!
I was able to workaround by switching a `$LOAD_PATH
The ingresses are configured here: https://github.com/livegrep/livegrep.com/blob/master/kubernetes/frontend.yaml#L82-L111 I'm on 1.6.2. Do the `kubectl-proxy` tags correspond to k8s versions? Is there a prebuilt place I can grab a 1.6.2 build?
Cool, I'll give that a try probably this evening when I'm at the right computer. It'd be nice if there were a way for this setup to flag version mismatches...
I added some logging to the `kube-cert-manager` pod, and also upgraded to a newer `kubectl-proxy`. The upgrade didn't resolve it, but the logging shed some light on what's happening: with...
The certs in question just passed 1w to expiry, and were renewed correctly. So I think everything is working normally, although the issues outlined in https://github.com/PalmStoneGames/kube-cert-manager/issues/73#issuecomment-300369154 are still valid in...
Oh I forget to mention -- just run `pytest test/` to run the tests. Probably I could figure out how to hook it up to `setup.py` This is often where...