Results 767 comments of BenBE

Actually not refreshing the whole display is a feature of ncurses as ncurses was written for very slow (serial) terminals at 300 baud where even refreshing the screen as we...

The package name is usually `htop` in different distributions. A list of which version is packaged where, can be found [here](https://repology.org/project/htop/versions). And looking at the [OpenHABian documentation](https://www.openhab.org/docs/installation/openhabian.html#installation-on-raspberry-pi-systems) it looks like,...

@cgzones Anything left for this PR to go forward?

I had to comment out `Pandas` and `PyYAML` in `requirements.in` as those versions are referring to very old releases that are no longer available with Python 3.12. Also `seriate` doesn't...

`ortools` is unavailable for python 3.12. Thus `seriate` will never have its dependencies satisfied. Also, the code in e.g. `models/burndown.py` uses `DataFrame.append` which was removed in `pandas>=2.0`, thus even with...

Can you take a look with `git bisect` if you can locate where this issue got introduced? TIA.

Details are in #1643, which won't be merged as is, as it reverts from one broken state to another broken state instead of providing an actual improvement …

The problem is likely `selected == NULL`, which can be returned from `Panel_getSelected(super);` in line 91, propagating to line 98 through the fall-thru case … Modifying line 92 to read...

@Explorer09 Can you take a look at this suggestion and do a PR if you like?