Benjamin Redelings

Results 21 issues of Benjamin Redelings

If I put a Container inside a TableViewItem, then the resulting cell is empty and just displays a white background. ``` TableViewItem: Container: Label: text

In the TableView widget, it doesn't seem possible to control the width of the columns. By default it seems that when you expand a table, only the last column gets...

When aligning long sequences we need to constrain the alignment in order to avoid taking too much CPU time (and RAM). * allow constraints that residue x[i] is within some...

Hi, After upgrading to GCC 12, I've started getting a lot of warnings that immer is accessing outside array bounds: ``` In file included from ../../git/external/immer/immer/detail/hamts/champ.hpp:12, from ../../git/external/immer/immer/map.hpp:12, from ../../git/src/computation/typecheck/typecheck.H:7,...

Hi, I tried using robin_hood::unordered_map, and its really nice! However, I tried using the `is_transparent` interface, and it _almost_ works, but does not quite work: It looks like this is...

bug

Hi, thank you for implementing newlines for semicolons! This might be more complicated, but I wonder if it might be possible to handle comments intermingled with the semicolons. Suppose we...

hs:comments
hs:do-notation

Hi, I am building some software with `meson` (which serves a similar role to cmake) and it would be much easier to consume restbed if restbed would install a pkg-config...

I upgraded easylogging to the version from git master. Previously our application was using the header-only version 9.89. Now, the application crashes in INITIALIZE_EASYLOGGING with: ``` malloc.c:2379: sysmalloc: Assertion `(old_top...

Hi, I was interested in looking at the code for the polyclone caller to see what it would take to make it output VCF records for every site. Would you...

enhancement

**Describe the bug** It looks like the `--refcall` option has no effect with polyclone. Am I missing something, or does refcall not work with polyclone? If it is not there,...

enhancement