Closed marcamillion closed 8 years ago
@samg The advice you gave here - https://github.com/samg/diffy/pull/59#issuecomment-92098614 - seems like it could be exactly what I am looking for, but I would love some more direction.
Do you mind expanding on this a bit, because the specs don't fully show me how to do what I am trying to do.
Thanks.
Edit 1
Would be cool if you could do the same for Split Diffing too -- ideally that's the output I would want.
Hi @marcamillion. Yeah, that's not currently a supported feature, but should be fairly easy to hack out if you don't mind getting into the codebase. If you can get your github returned diff data in the format the HTML formatter expects it should work great.
I love a lot of what I read in the ReadMe. The functionality seems to be almost exactly what I need.
The one thing that's missing is that it seems to focus primarily on raw text as the input.
Would this gem work with the actual diff data returned by Github API?
For instance, here is a sample from the API:
Can I use this
patch
data as input and be able to customize it easily per the docs?