Thomas Bigot
Thomas Bigot
Using Mageia 7, the default Python version is 3: ```sh $ python --version Python 3.8.0 ``` So, during the `make download`, we have: ```sh $ make download File "", line...
Since major lib / GCC version update in Mageia Caulton, spotify encounters a segfault at startup. ```sh $ LC_ALL=C my-spotify /home/tbigot/_/lib/spotify-client/spotify: /lib64/libcrypto.so.1.0.0: no version information available (required by /home/tbigot/_/lib/spotify-client/spotify) /home/tbigot/_/lib/spotify-client/spotify:...
Hi, It seems it occurred with recent taxadb, but the databases are created in `WAL` mode. Hence, there is no way to open them if they are located in a...
Hi, I’m using taxadb in a pipeline. I launch a typical job that lasts ~ 5 seconds, with dozens of taxadb calls inside it. But when I launch dozens of...