Kalin Staykov
Kalin Staykov
Looks like I hit the same problem. Here's my log: ``` 2019-01-06 18:16:21.002 [#12360] [] [ERR] An unhandled error occured. System.AggregateException: One or more errors occurred. ---> System.ArgumentOutOfRangeException: The size...
I have a similar experience with kaniko build on a local kubernetes cluster. When the build fails this is all I get in the log: ``` ----cut big build log...
The cancelled context triggers cleanup so I was in parallel exporting the logs by running `kubectl logs` on all the new kaniko pods. It took a bit of scripting and...
I see that the make targets are using `git` commands to clean remote bugs and identities which might be non-trivial to implement without shelling out the commands or printing them...
I opened PR https://github.com/MichaelMure/git-bug/pull/933 for this. I don't have a strong opinion what should be the name of the sub-command, for me personally `cleanup`, `wipe`, `purge` and `remove` would work...
OK, `wipe` it is then, I'll change it. Thank you for the PR review and the feedback, I'll work on it.
Just went through a similar experience. Initially I thought I could just `vcd vapp list` but not all VMs I have are in a vApp. Eventually I managed to workaround...
Maybe something like this? : https://github.com/quay/claircore/blob/v1.4.13/java/jar/jar.go#L69 I don't have a lot of familiarity with it but jar is just a container format. It should be possible to extract package and...
I've just tested running the cli from the code base: ``` ➜ micro git:(master) go run ./cmd/micro/main.go server 2023-08-18 13:54:40 file=user/user.go:99 level=info Setting up keys for JWT at /Users/kstaykov/.micro/id_rsa and...
What is the relationship with https://github.com/google/osv-scanner ? It has the "osv-scanner" name and I see both projects share code so deciding on the name should probably take that into account....