earthshrink

Results 5 comments of earthshrink

Error message not seen with the dev branch. However, a different error is exposed on both main and dev branches with this single-cell sample file: ``` # This data file...

I had ``` set overlap = 1 set truncate = 0 ``` in my `scimrc`. Removing `scimrc` gets the correct output like you have. Issue occurs with `overlap = 1`.

I just found a way to get a non-interactive but full colour rendering on the terminal, bypassing the above issue. ``` while getopts "h:w:" opt do case $opt in "h")...

Only the title text and icons seem to change color with change of theme. The text boxes don't change color at all. This leaves contact names and phone numbers in...

@rusq - thanks! Walking the test case through `gdb` uncovered a null chlld node, albeit at an earlier line in the code. The fix seems to work also on a...