Markus Zimmermann
Markus Zimmermann
Sounds great, looking forward to your fix :-) Ping me when i should test it with our CI.
@mgechev i just migrated our monorepo from golint to revive (because i couldn't get myself to debug another false-positive for golint, doesn't make sense that we maintain it internally if...
Currently evaluating k3s to replace our kubeadm setup. So far i found mostly problems regarding high-availability. This issue is the most prominent to me because when the node with the...
Thanks for your suggestions. An auto-scaler is i think the best option. What i am curious and want to understand is why k3s does have this HA changes in the...
@nightlyone could you take another look at the change and the reproducer I posted. This is still a problem for us.
I think i just stumbled onto this problem. When i do a `buildah build` / `buildah push` the digests are different to what we find in the registry, and what...
We couldn't get this to work. Kaniko is executing the whole Dockerfile during the execution everything exists, then the images gets packed and pushed. When we download the image, almost...
@zchee You are right, I opened https://github.com/go-clang/gen/issues/124 I think I should address this in the "Upgrade to Go 1.7" PRs. Would you mind adding your ideas to the #124 issue?
Definitely not for the LLVM/Clang libraries. I think I will try this using pure C and then post it on the LLVM/Clang tracker/ML.
I opened an issue in the LLVM tracker https://llvm.org/bugs/show_bug.cgi?id=30410 The gist: @marxriedl mentioned quote says it all. The TravisCI/Debian version of Clang/LLVM was not compiled with the memory sanitizer. The...