Ryan Currah
Ryan Currah
We've been using VZ and virtiofs and no issues so far.
Installing `golangci-lint` from source is not recommended. You should use a binary installation. > Note: such go install/go get installation aren't guaranteed to work. We recommend using binary installation. https://golangci-lint.run/usage/install/
I tried the fix by editing `~/.continue/config.ts` and it was a little better but still had ` assistant` in it and returned my highlighted code back to me along with...
Ack I will wait. Thanks kindly.
Gomodguard does not support nested modules at the moment. Though that may change next year. I have not tested it outside of a module, I can do that and raise...
Seems from people in our company that this issue only happens if they have or had rancher desktop installed. No sure why though
Thanks yes we will do that for now.
I get this issue when I switch from `docker` to `containerd` back to `docker` runtime. MacOS `13.3.1 (22E261)` ``` ❯ colima version colima version 0.5.5 git commit: 6251dc2c2c5d8197c356f0e402ad028945f0e830 ``` ```...
So the lima VM is started successfully, I can shell into it from `limactl shell` but not `colima ssh`. ``` ❯ limactl list NAME STATUS SSH VMTYPE ARCH CPUS MEMORY...
Oh I figured it out, to use containerd I uninstalled `docker` cli and linked `nerdctl` to `docker` so all my tools could use `docker` command still. I switched back to...