John Wong
John Wong
Hi, after added -------------------------------- augroup [email protected] autocmd! autocmd User GnuPG autocmd BufWritePost * call setfperm(expand(''), 'rw-------') augroup END -------------------------------- to ~/.vimrc, I got this error message -------------------------------- Error detected while...
> Yeah, I see that now. That's a trickier issue to solve, since the filename the auto-command is triggering is actually the filename minus the encrypted extension. There isn't an...
Sorry, this is my first time submit PR, meanwhile I am learning CI/CD things. Anyway, should be reverted, thank you.
Would you please review it again, thank you.
Sorry for late reply, I have updated the code before "return if (line 64)", please review, thank you.
Hi, I re-created the new patch for same purpose (the old one cannot apply), thanks. [invidious-login_only.diff.txt](https://github.com/iv-org/invidious/files/10183777/invidious-login_only.diff.txt)
I have same problem to run CICD, any workaround? thanks.
I am using gitea with self host act_runner , seems to not use moby/buildkit at all. - name: Checkout uses: https://github.com/actions/checkout@v3 - name: Set up QEMU uses: https://github.com/docker/setup-qemu-action@v2 - name:...
> That’s the reason we still pin to 0.6.1 given the situation in which we have no other mean to enable qemu for multi-arch workload. 0.6.1 support it out of...