Roy Orbitson
Roy Orbitson
Disabling a useful feature isn't really a solution. [Original bug](https://github.com/SimpleMobileTools/Simple-Calendar/issues/2172) from a year ago. The _physical_ workaround for this is to leave pull-to-refresh enabled but swipe slightly upwards as you...
The two previous commenters mention "solving" it by disabling pull-to-refresh. I'm aware of the fork, that doesn't change the fact it was a pre-existing issue.
Installing certbot from a distro's package manager still has no tab-completion, and nor does installing it via certbot-auto.
Three and half years and only two bot replies. Just use [acme.sh](https://github.com/acmesh-official/acme.sh), people. It just works out of the box, supports heaps of features, and doesn't run into issues where...
Just more bot crud with no movement on the issue. Why even have a bot that auto-closes issues if no-one follows up when the issue is kept open? If an...
Would this help? https://gist.github.com/Roy-Orbison/9768b938bc5dfbac69b7e20d3387a416 [Updated and put into gist.]
The XtraDeb PPA has it. Current version is 118, but it's updated regularly and Chrome stable only reached 119 four days ago, so I expect it'll match again in the...
I solved it with advice from other python apps' issues: ``` bash python3 -m venv --system-site-packages .venv/superpaper . .venv/superpaper/bin/activate pip install superpaper ``` Then manually added an app menu item...
I didn't realise at the time, but [`pipx install`](https://pipx.pypa.io/stable/docs/#pipx-install) accepts the same option `pip` does: ```sh pipx install --system-site-packages superpaper ``` I uninstalled the venv version and installed it again...
Unstale?