Dejan Benedik
Dejan Benedik
Related upstream issue: https://github.com/lima-vm/lima/issues/231
Hey, I took a look at the issue there, not sure how to proceed. ``` → /bin/sh: 1: [mkdir,: not found ... process "/bin/sh -c [\"mkdir\", \"-p\", \"\\tmp\\.restart\"]" ``` It...
Thanks, this works and it also seems like a safe solution, because `/` character is not allowed in filenames.
Sad. I think you should consider banning me from any future contributions, given the track record :) > a container with a sticky /tmp seems pretty rare. ``` [~] docker...
Hi, is there anything I can help with to unblock this PR? I saw https://github.com/golangci/golangci-lint/issues/3682 related to https://github.com/denis-tingaikin/go-header/issues/22. Should that issue be fixed first?
@ldez bump
I can confirm the above, MBP M1 Pro, Sonoma 14.3.1, Colima 0.6.8. After starting the disk expansion, the whole system becomes slow. Activity monitor reports around 15MB/sec is written to...
I randomly experience a similar issue - the VM freezes completely and I can only force stop it. But I use arm64 VM on `vz` driver on kind of the...
Based on phind suggestion we can prepend the variable with a character that's not hex, for example `VENOM_VAR_GIT_COMMIT="x915785e5" venom run fail.yml` and then remove it from assertion: `result.systemoutjson.revision ShouldEqual {{...
I opened a fix PR in golangci-lint https://github.com/golangci/golangci-lint/pull/3748 and propose the changes from v0.0.8 are partially reverted.