Ruben Jenster

Results 43 comments of Ruben Jenster

I had the same issue My *~/.vimrc* had the following mappings (for vim-go) ```vimrc map :cprevious ``` I've turned it into ```vimrc autocmd FileType go map :cprevious ``` This fixes...

See https://github.com/Drachenfels-GmbH/kubernetes-crio-lxc/issues/2#issuecomment-663580690 for a solution

\remove-lifecycle stale Please reopen if this is not already fixed.

Hmm, yeah. It took me a while to figure that out as well - but it is mentioned at the beginning of the pulse documentation. :) I have a working...

hey cool, i'll try it out later the evening and will give you feedback. `StateUpdated` can be triggered by toggling pause/playback on the source. E g. I've connected my phone...

Works fine now :D - Thanks a lot. Can you give me a short hint why it is not required to call `AddMatch` on the connection?

That sounds good. Does it help when I make the changes (on top of master) and send you a pull request?

This hit me today. I did set the annotation with `kubectl annotate pvc -n hedgedoc helm.sh/resource-policy=keep` but the resources were deleted by `helm delete` >version.BuildInfo{Version:"v3.9.0", GitCommit:"7ceeda6c585217a19a1131663d8cd1f7d641b2a7", GitTreeState:"clean", GoVersion:"go1.17.5"} The docs...

> My guess is that the code reads from SOPS_AGE_KEY_FILE more than once. While it works during the first time, it fails during the second time, which causes failed to...

> @r10r sorry for the crazy delay, we've got work to do to improve our responsivenes on liblxc changes... > > Would you mind rebasing this as the PR no...