Adam Spiers

Results 1046 comments of Adam Spiers

Indeed, this current violation is a violation of the UNIX way which expects tools to be composable via pipelines.

Good catch, and thanks a lot for reporting! That said, it seems this should be resolved easily by changing `foo.hex` to `str(foo)` and I'd prefer to move forwards rather than...

I'm fine with freezing versions, but freezing on a pygit2 version which is already broken by newer releases would mean that no other upgrade is possible until the `hex` issue...

I see this too, with ``` set sidebar_delim_chars = './' set sidebar_folder_indent = yes set sidebar_indent_string = ' ' ``` Looks like neomutt's sidebar indentation code is simply not considering...

I thought I had found a workaround for this: define [saved queries](https://notmuchmail.org/doc/latest/man1/notmuch-config.html#nmconfig-query.-name) in your notmuch config file, e.g.: ``` [query] urgent=is:inbox ((subject:urgent -subject:"not urgent") OR from:cal.com) ``` and then: ```...

Thanks for the feedback. There's an unwritten assumption that any Stow target directory is going to be long-lived, and that creating new target directories happens very rarely. If this assumption...

I see, thanks - that makes sense. In that case I'd welcome a PR which adds a `--create-missing-target` option. There are many other issues which I feel I need to...

You can just add `resources` to `.stow-local-ignore`. No need for any regex. > Other question, is it possible to make the ignore lists respective to platforms/envs? let´s say I have...

Where have you placed the `.stow-local-ignore` file? Also try running stow with `-v5` or similar and checking the debug output for lines containing `Using ignore file:`. Otherwise I can only...