Bart Ribbers
Bart Ribbers
1. Yes, Linux 5.4 on both systems 2. From the repositories, [link](https://packages.gentoo.org/packages/app-crypt/nitrokey-app) 3. Qt 5.12 on both systems Thanks for the recommendation, it indeed is basically unusable for me. I'll...
Thanks for merging this @zeux! Is there any ETA for when this gets in a new release?
@tmpsantos can I get a review on this?
These are also failing in the tests, including Esperanto (eo): ``` FAILED gtts/tests/test_tts.py::test_TTS[Welsh] - gtts.tts.gTTSError: 200 (OK) from TTS API. Probable cause: No audio stream in response. Unsupported language 'cy'...
Ah well if you have access to docker, it should be relatively easy to reproduce. Get the `alpine:edge` image, install Python 3 and all deps you need for gTTS (`apk...
Sorry, why did you close this @pndurette?
I tried the tests again with 2.2.4 and these seem to pass now! :tada:
Shit, so I guess that means it won't work. At least till they actually implement it rather than just being empty files...
> musl libc can't be detected using compiler macros though Well, indirectly it can. ```c #if defined(__LINUX__) && !defined(__GLIBC_) ``` That basically comes down to Musl. Well and I suppose...
It sadly does not. ```sh > mangohud --dlsym target/release/leafish MANGOHUD: Cannot find libdl.so and libc.so ``` However `/lib/libc.musl-x86_64.so.1` exists, so not sure why it can't find it. **EDIT:** Oh wait,...