Daniel Hahler

Results 1440 comments of Daniel Hahler

I've meant that syntax can be used in expressions with searchpairpos for example. It does not seem to be necessary really since there are only line comments (easier to handle/check)....

> With this commit it does not indent the `endif` correctly anymore: Thanks for the quick fix! :)

It does not handle the following (multiline string): ```cmake message(STATUS "foo bar") set(foo 1) ``` 1. `set()` should get no indent (with `o` after the second line, or `==` on...

It messes with the initial indent of the existing multiline string however: ```cmake if(HALLO) message(STATUS "foo bar") set(foo) set(foo 1) endif() ``` This sounds like a good case where using...

Yeah, it should work already. Working on this for pytest in https://github.com/pytest-dev/pytest/pull/6486. This issue can be closed.

Maybe adding support for `--violations=mypy` might make sense though (https://github.com/Bachmann1234/diff_cover#adding-diff-quality-support-for-a-new-quality-checker), but that would have to be done for mypy itself then.

The issue appears to be that if there's a match in /etc/hosts already, the other files are not tried. It seems like the completion for ssh does not consider /etc/hosts...

@ibc The following was proposed on #zsh: ``` zstyle -e ':completion:*' hosts 'reply=($(< ~/.hosts))' # and then stick the ones you want in that file ``` For reference, here's the...

Well, at least https://github.com/stepchowfun/base16-circus-scheme also includes the output.

I would also have hoped for this working more similar to rsync itself, where you typically push changes. My use case is distributing a single local image to multiple remote...