Jesse Duffield
Jesse Duffield
Thanks for your detailed explanation! I'll update the example to have the updated array instantiation and correct control flow, however for now I'm going to leave it in the one...
I've done some digging and it looks like the capacity approach doesn't actually help us. When we call `buf[:cap(buf)]` (checked via `fmt.Println(spew.Sdump(buf[:cap(buf)]))`) it looks like we're zeroing-out that array one...
@michelepagot would you be able to see if this branch fixes your issue? https://github.com/jesseduffield/lazycli/pull/13
damn. Not sure where to start to investigate this
Glad you like the project! I think this feature makes sense. I wonder if npm has an api we could use to obtain the latest versions of each project, or...
sorry for the late response. To do this, I typically will hold cmd+option and drag my cursor over the text to select it. If the text spans several lines, I'll...
Interesting: docker for mac (which I'm using) will create that directory if it doesn't already exist when it starts. I'm removing the directory existence check as it's not necessary given...
That's on the master branch now
I'm not familiar with podman. Is that an alternative to docker for containerization?
After heaving read into it a bit more, podman would be slightly tricky to support, because there are loads of places where I'm talking to the docker client directly rather...