Marcel Schilling
Marcel Schilling
Are there still plans to implement this? It appears I ran into this trying to commit to a Git repository that is mounted over SSH. It boils down to this:...
@Nikratio: Thank you for the prompt reply and the heads up. I have a feeling this is probably not the kind of issue for a first contribution. If you think...
@devidasjadhav: There is no need to get `git` involved to see this error. See [my previous mesage](https://github.com/libfuse/sshfs/issues/117#issuecomment-651560293) how to reproduce the issue with `>>` only. > I need your help...
Just a blind guess: * `[w]idth` -> Make image fill all the horizonatl space (might require vertical scrolling for 'high' images). * `[h]eight` -> Make image fill all the vertical...
Another workaround might be to use sth like [`entr`](https://github.com/clibs/entr) to refresh `sxiv` whenever the file changes.
@Jab2870: Did you have a look at https://github.com/muennich/sxiv/issues/352? What I mean is are they sent alphabetically or in the order you input them to sxiv (which, by default, is alphabetically)?...
@Jab2870: I was suggesting to replace `sxiv *.jpg` (which will expand to `sxiv bar.jpg baz.jpg foo.jpg`) by `sxiv foo.jpg bar.jpg baz.jpg`. In both cases, you can select `foo.jpg` first and...
Just wanted to report that I am still hitting an error while upgrading from 26.0.0 to 26.0.1: ``` Nextcloud or one of the apps require upgrade - only a limited...
Just to follow up: The 26.0.1 -> 26.0.2 update was the first one since 24.0.5 to complete successfully without the need for any workarounds/hacks. Thanks to everybody contributing to fixing...
@donutbrew > Currently I tack on `--json /dev/null --html /dev/null` Just out of curiosity: How would native `--no-json`/`--no-html` option be any better? If it's just about the typing, how about...