Jeff Hodges
Jeff Hodges
Ah, running into this, too. Shoot.
Ah! It would be cool to have that documented somewhere in this code's docs
Oh, this is with: ``` http_archive( name = "bazel_skylib", sha256 = "bbccf674aa441c266df9894182d80de104cabd19be98be002f6d478aaa31574d", strip_prefix = "bazel-skylib-2169ae1c374aab4a09aa90e65efe1a3aad4e279b", urls = [ "https://github.com/bazelbuild/bazel-skylib/archive/2169ae1c374aab4a09aa90e65efe1a3aad4e279b.tar.gz", ], ) ``` in my WORKSPACE
Okay, cool. I see it printed out on run, but I'm also getting an error message that seems to be rules_k8s trying to do network IO when I didn't expect...
I'll make another ticket about that.
Oops, the docs are still busted. Reopening.
The merge conflict is pretty straight-forward to fix (it's a simple collision in the pom.xml). Would love to see this go in! Happy to provide a new PR if that's...
Okay, I've learned a good deal about how the Python runtime manages exceptions and some of what needs to change in PyO3 to accommodate the goal of having instance attributes...
(Meta point: I'm pretty sure this ticket should have the "Good First Issue" label dropped. It's been open for a few years and it doesn't seem to have a trivial...
@grahamalama so, @oskirby updated the dockerfile [in similar ways just now](https://github.com/mozilla-services/autograph/pull/897). Is there still stuff left on table for us to do?