lee
lee
I have a file called `neptune` that just has some standalone functions, no classes or groups. I create my cli by doing ``` if __name__ == '__main__': fire.Fire() ``` When...
Thanks for the excellent tutorial. As I was going through it again, I noticed a few minor things that should be cleaned up. The `sed` command removal is part of...
As I was looking into `apko` I noticed some of the docs are a bit dusty. There are some deeper changes that probably should be done, but this PR updates...
I'm attempting to build the devenv container on my macbook (arm64). Here's the full output: ``` $ ./hack/make-devenv.sh Unable to find image 'alpine:edge@sha256:3e44438281baf26907675b99c9a4a421c4d4a57c954120327e703aa8329086bd' locally docker.io/library/alpine@sha256:3e44438281baf26907675b99c9a4a421c4d4a57c954120327e703aa8329086bd: Pulling from library/alpine b790c763077d: Pull...