Sandro Santilli
Sandro Santilli
I still get that error, even trying multiple times with 1 minute gap
> Postgres backup Isn't mempool only supporting MariaDB ? Looks so from backend install documentation: https://github.com/mempool/mempool/tree/master/backend#4-configure-mariadb
an alternative could be to pass the timeline to a pager, like it happens with `git log`, for example. My own piping to `less` results in loss of colors which...
> What would you expect `make install` do for toot? To install it for usage. > Installing from source is not a recommended way of installing it for usage. Why...
This seems to not be a problem with the click-based version toot-0.39.0-34-gbbb5658.pyz
For the record, on an apt-based system (Debian,Ubuntu etc.) this should get all deps in place: sudo apt build-dep toot
> this should get all deps in place: sudo apt build-dep toot Except (on Debian 12) new deps, I guess: error: invalid command 'bdist_wheel'
> Except (on Debian 12) new deps, I guess: error: invalid command 'bdist_wheel' This fixes the above: sudo apt install pip
Thanks for the in-depth explanation. Using gnome-terminal (3.44.0) does indeed fix the problem (on Ubuntu-22.04). The terminal on which I have the problem is qterminal-0.17.0
the GNU Coding Standards suggests an INSTALL file: https://www.gnu.org/prep/standards/standards.html#Releases I didn't find a mention of docs/installation.md from the top-level README file, maybe there should be one ?