Poncho

Results 37 comments of Poncho

> This issue is stale because it has been open 365 days with no activity. Remove stale label or comment, or this issue will be closed in 30 days. Well,...

> This is definitely a preference for us- would rather not introduce unneccesary vulnerabilities and attack surfaces. Fair enough. Should probably be mentioned when we switch to qt6 since the...

> No sure about the 3 maps and Python web chart. I think having caching enabled for maps would be nice since we rely on volunteer driven projects like openstreetmap...

Thanks for the report. I've added `x11-libs/gtk+:3[wayland]` as dependency for the time being. And I'll keep an eye on the upstream bug report.

`torbrowser-launcher` depends on `>=x11-libs/gtk+-3.11:3[wayland]` and the `x11-libs/gtk+` ebuild has: ``` wayland? ( media-libs/mesa[wayland,${MULTILIB_USEDEP}] ``` so `media-libs/mesa[wayland]` should get pulled in without adding an additional dependency to `torbrowser-launcher`.

My code is failing because the output of the `correct_rr()` function changed. ```python import pandas as pd from systole.correction import correct_rr df = pd.read_csv('data.csv') correct = correct_rr(df['R-R']) ``` with version...

There's no need to be sorry. Thanks for your work and support. Much appreciated. 👍 Not sure whether I'm misreading the docs... but I can't get arguments to work. ```python...

Commit ac25fcce8bb16aadc7a613ac979504e4a51cc639 on top of conky-1.21.4 fixes the issue for me. Thanks.

Any news or workarounds to get it running on a new Clara BW?

Goldencheetah is stuck with pandas-1.2.3 due to issues with list-like objects. See https://github.com/pandas-dev/pandas/issues/42549 pandas-1.2.3 only supports python-{3.7,3.8,3.9}. So this needs work as well if we want to update python.