Hraban
Hraban
For a completely different workaround out of left field: how about using _restic_ as an _rclone backend_, i.e. the opposite of "https://github.com/restic/restic/issues/1561"? Instead of `restic mount` offering its virtual filesystem...
re --and, I'm not sure if this is blasphemy or even correct at all and I'm probably missing edge cases but we could demorgan it... ``` $ echo -e 'Hello,...
@tgbugs what about this ```emacs-lisp (defun evil-redo-no-respect-visual-line () (interactive) (undo) (let ((evil-respect-visual-line-mode nil)) (evil-repeat 1))) ``` Bind it to a key, to quickly redo your last evil command on a...
I have the same problem, and I'd love to know how to debug it, too! What consistently fixes it for me: getting help for the key. So when it's not...
@sharkymcdongles in your homedir: ```sh GO111MODULE=on go get -u github.com/aiven/terraform-provider-aiven ``` ...or whichever package you want. This is on a system with GOPATH set to ~/go. You will then find...
Hi all, is there anything specific I can do to help get a decision on this? Either a yes or a no will do :) Any concerns you have? Lack...
A temporary work-around is docker-compose, which (as of writing, v1.29.2) still doesn't use build kit when you do `docker-compose run`. You can create a simple docker-compose file with `context: .`,...
> Yeah I tried that too, I still get permissions errors with this: > > ``` > RUN mkdir -p /home/node/app > WORKDIR /home/node/app > ``` @ORESoftware FWIW this works...
> Hi, recently I remembered about this case and: > > * you don't have to manage tags manually. You can use some github tag bumper action like this one...
I'm running into this issue persistently now, even with ``` #+begin_src shell :async echo foo #+end_src ``` Reopening the file doesn't help, removing all other text but the code block...