x10an14
x10an14
@ewelinawilkosz I very much like this idea =) > I'm just saying I want to have a possibility to have multiple jenkins instances configured with files stored in one repo,...
Here's an example of just that; I have no idea how to traverse the data structure further down. Replace my hard-coded `org` and `project_num` gql variables with whatever project you'd...
I would also like to add my voice to support the prioritization of this feature =)
The invocation of `--ward` seemed to work fine for me with this hit diff. ```rust diff --git a/src/[main.rs](http://main.rs/) b/src/[main.rs](http://main.rs/) index a547d4b..0722fe3 100644 --- a/src/[main.rs](http://main.rs/) +++ b/src/[main.rs](http://main.rs/) @@ -344,13 +344,21 @@...
I imagine this is a quality of life thing applicable to many other use cases too... ;)
> That looks correct to me, what were you expecting? No indent in the line numbers/left margin, as shown in this picture from the Readme of this repo? https://github.com/Wilfred/difftastic/blob/master/img/js.png
Or timestamp ~0:30 from the demo gif located in the same Readme (which actually shows inline diff).
> The left column is the line numbers from the before file, and the right column is the line numbers from the after file. I think this particular example is...
> @Wilfred> The left column is the line numbers from the before file, and the right column is the line numbers from the after file. I think this particular example...
What I would have expected, would have been for the `--display inline` flag to trigger [the `ensure:contiguous()` code path](https://github.com/Wilfred/difftastic/blob/0.35.0/src/display/context.rs#L635), as [the inline diff shows in your screenshot](https://github.com/Wilfred/difftastic/issues/348#issuecomment-1236017763).