Amir Yalon
Amir Yalon
> We can add a line to choose `sh-shellcheck` as flycheck checker. I may be mistaken, but I think we want to choose `sh-bash`, which chains to `sh-shellcheck`, because otherwise...
OP said: > but `lsp` doesn't do any checking about the bash script syntax. So maybe upstream needs to chain `lsp`→`sh-bash`→`sh-shellcheck`?
For reference, here are my revised cheatsheet and its old version: | Command | Current branch head (updates .git/refs/heads/cb) | Index | Working tree | Current branch (updates .git/HEAD) |...
@lantins, it’s OK, it took me a little while to regain mental image, too. Notice how the method `LonelyWithArgsJob.loner()` is implemented, echoing back the argument given to it, defaulting to...
Hi @edkolev, I just noticed you had switched to Emacs, too. As running `vim +'PromptlineSnapshot! somefile.sh' +qa` is not such a hassle for someone who still has a Vim setup...
@gionn see later discussion in https://github.com/kuba/simp_le/issues/114 – seems dead to me, sadly. :(
To the best of my understanding, this issue only affects new registrations, and it can be worked around by using `--tos_sha256 6373439...`, as suggested by @andresmrm above. If using an...
@wiz78 the right way to do it is to upgrade the `acme` library to a later version, as implemented by [this fork of simp_le](https://github.com/zenhack/simp_le). If you would like, you may...
Glad to help inform people about the more maintained fork. :)
Let’s leave `jj squash` to deal with a single revision. For dealing with a revset, I suggest a new command `jj collapse -r REVISIONS`. The way it would work is...