Dan Davison

Results 203 issues of Dan Davison

When I specify `--max-iterations N`, my sense is that, if the document compiles without error over the `N` iterations, then `latexrun` should exit with process exit code 0, regardless of...

Why did the test in #94 pass at af84d5c when it should not have?

cc @th1000s Although delta tries, it's not always possible for it to identify the process (e.g. `grep`/`blame`/`git show` etc) responsible for generating its input. This is because when one does...

From @th1000s in https://github.com/dandavison/delta/pull/1013#issuecomment-1069772562 With this patch `git-delta-lib` would become a multi crate which provides both the binary and the library, but both are tied to the same version number...

See #949 Example config for use with this branch: ```gitconfig [delta] line-numbers-minus-style = minus-emph-style line-numbers-plus-style = plus-emph-style line-numbers-left-style = omit line-numbers-right-style = omit ```

cc @th1000s @infokiller fixes #973 Let's discuss in #973

cc @th1000s https://github.com/dandavison/delta/pull/885 rebased on master, and with the CI change re-enabled.

Ref trishume/syntect#385