jesses

Results 6 issues of jesses

The terminal size is not correctly determined when using git on windows with difft. It uses the default of 80 from [here](https://github.com/Wilfred/difftastic/blob/master/src/side_by_side.rs#L241) because term_size doesn't get a valid io stream.

Maybe this is more of a info than a bugreport because it's already common knowledge but i couldn't find any info about the constraints of the released file and hope...

This code asserts for me in the last IsSequence: ``` YAML::Node node = YAML::Load("r:\n- a: [1,2]"); auto r = node["r"]; for (auto& c : r) { auto a = c["a"];...

It's not obvious without looking into the cmake script what the cmake cache variable OCC_LIBRARY should contain. A tooltip could save some time. OCC_LIBRARY can contain any occ library file;...

I successfully installed ipybind with pip from git ``` pip install git+https://github.com/aldanor/ipybind.git ... Successfully installed ipybind-0.1.0 ``` and am trying to use this in a jupyter notebook where i have...

`cargo install difftastic` fails from a standard windows console with VS2022 installed. It works from within a VS2019 developer prompt. Here's the output from the windows console: ``` error: linking...