Afnan Enayet

Results 17 issues of Afnan Enayet

Done with: ```sh bin/update-grammars.sh ```

`diffsitter` should support a modular rendering system that takes diff information and outputs them in different formats with a generic interface. This would take care of issues like https://github.com/afnanenayet/diffsitter/issues/158, keeps...

enhancement
output

We should support outputting diff information as JSON so other tools can process the output in a structured way. This is blocked by #396

enhancement
output

Add documentation and examples to integrate with git

Allow users to optionally derive JSON schemas using structs from this crate if they include `schemars`. This will allow consumers of this library to generate JSON schemas from structs that...

I was curious about the stability guarantees that `schemars` provides, referencing this thread: https://github.com/rustgd/cgmath/pull/516#issuecomment-685284325 Specifically: > Would it work if the struct has fields serialized by different versions of this...

This isn't a real issue, but I've created a package on the AUR, found here: https://aur.archlinux.org/packages/autotidy-git/ If you want ownership of this package, I'm happy to hand it off to...

We were only setting the color output policy for `stdout` before. This updates the code to set the color policy for stderr as well. This also splits out the console...

* Don't check for binary that can't be found (cargo update is a Cargo subcommand) * Update Cargo deps

It seems like our grammar associations don't work from the root key. Either make it work or update the docs to make it clear to users how to configure things...

bug