Benjamin Redelings

Results 47 comments of Benjamin Redelings

Yeah, I want to replace one of the Labels with a ComboBox, so that we see "none" if the condition is true, and a ComboBox otherwise. The above code is...

I think I did discover `horizontal_stretch' previous, but wanted a different behavior between no stretching, and just stretching the last column, such as stretching all columns. Thanks for the pointer...

Yeah, this is an issue. Debian testing and Ubuntu active development (currently fossa) will get packages automatically in a few days. But for old Ubuntu releases, I have to build...

As a side comment, I personally use Debian testing for servers and Debian "unstable" for desktop/laptop. I like the rolling releases better than the Ubuntu static release model.

I'm going to try to figure out how to run a DEB creation process from github actions.

I _may_ have the same problem, although I do not have a huge screen. I also use Debian, and I noticed a month or two ago that the xdot GUI...

It also seems to be the case that, for the large/slow graph, the GUI speeds up as I zoom in, and the number of nodes in the viewport goes down....

It does seem that I could just generate a `--refcall=POSITIONAL` or `--refcall=BLOCKED` VCF file _in addition_ to the polyclone VCF file to get the relevant information.

As a side note, given the number of uses of `std::transform( )`, I wonder if using `ranges-v3` could simplify a lot of code. It works with c++14, and it would...