Lucas Larson

Results 19 issues of Lucas Larson

`shfmt --minify` is inserting a backslash `\` and a newline if there’s an assignment following a closing parenthesis `)`. For example: ```sh $ cat example.sh #!/bin/sh case $1 in option)...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Update the issue title - [X] I have updated the title ### Expected...

bug
help welcome

note to self; context for consideration: Having seen that I comprise [half](https://web.archive.org/web/20230220205421id_/api.github.com/repos/zdharma-continuum/zsh-diff-so-fancy/stargazers) of [zdharma-continuum/zsh-diff-so-fancy](https://github.com/zdharma-continuum/zsh-diff-so-fancy)’s stargazers, I felt prompted to replace the plugin with the applicable npm package as was done...

bagweb doesn’t first check if both `wget` and `bagit.py` are installed before trying to run them: https://github.com/edsu/bagweb/blob/62e4d0625d634bc0ff289f417d3169b1a66f9c7f/bagweb#L3 This pull request to add those verifications – including checks for `bagit` via...

bagweb doesn’t first check if both `wget` and `bagit.py` are installed before trying to run them: https://github.com/edsu/bagweb/blob/62e4d0625d634bc0ff289f417d3169b1a66f9c7f/bagweb#L3

The manpage for `cp`/`ucp` shows the `--recursive` and `-r` options for recursive copying, but does not mention `-R`. All of the following work exactly as expected after running `rm -rf...

U - cp

`git grep -o` (`git grep --only-matching`) has been able to print only the matched parts of a line since [v2.19.0 released in 2018](https://web.archive.org/web/20230313182235id_/git.kernel.org/pub/scm/git/git.git/commit/?id=9d8db06eb4a5d5577db559a0059a377914c1ce5a), but [beyondgrep.com doesn’t say so](https://archive.today/2023.03.13-181115/https://beyondgrep.com/feature-comparison/#selection-1919.0-1962.0).

`git grep -o` (`git grep --only-matching`) has been able to print only the matched parts of a line since [v2.19.0 released in 2018](https://git.kernel.org/pub/scm/git/git.git/commit/?id=9d8db06eb4a5d5577db559a0059a377914c1ce5a). This commit may fix #133.

**Is your feature request related to a problem? Please describe.** When I see an image post on Lemmy, the format is > 1. post headline here > 1. post image...

enhancement