Dan Davison

Results 601 comments of Dan Davison

Hi @zachriggle, thanks for these. I think this line in the README is intended to address this: > For your own project, take tests/chronologer.yaml as a starting point. If you'd...

Thanks! Would you like to make a pull request? A core problem here is that this project doesn't have any automated tests yet.

Hi all, do you have any recommendations for me here? Should I delete the zsh completion script from the delta repo so that package managers don't install it? I think...

Hi @Gerst20051, thanks for opening the issue here and in bat. Delta uses the collection of language syntax definitions distributed in the bat crate, so when it's available there, we...

Hi @kanbara, can you use repo-specific git config (file at `.git/config`)? Just for this one setting; everything else can carry on using the usual place. This is what I do...

Hi all, I do not have particular expertise in this area. I believe that delta binaries are being built using procedures that are standard for Rust projects building via GitHub...

One strategy for investigating that comes to mind would be, if you come across a delta binary that is problematic, one could check a Rust+GitHubActions project such as `bat` or...

Hi @ideasman42, I agree, this sounds like a pretty good suggestion. Ref https://github.com/dandavison/delta/issues/117

Hi @martinetd, sorry you lost time on this. As you see, `diff.colorMoved` is a git feature, and the colors being shown are what you'd see if you were not using...

Hi @bric3, thanks for this! I agree it's not working and I agree it would make sense for it to work in principle. Regarding implementation, the parser currently does not...