uis246
uis246
There are non-federated servers. And even if all servers are federated, one of them might go down and user will need to use other server. Telegram already has this feature....
Nheko uses curl, so you can set proxy with enviroment variable. `all_proxy=socks5h://host:port`
For now I'm waiting for https://github.com/librosa/librosa/commit/7eb0a09e703a72a5979049ec546a522c70285aff to hit release.
Where to put nanobind? BDEPEND or RDEPEND? As I understand it needs to be executed during compilation. And what did I do wrong?
I see. nanobind ebuild does not declare pypy3 support.
- [x] gentoo/gentoo#40480 for pypy3 in nanobind - [x] librosa/librosa#1908 for failed test - [x] librosa/librosa#1906 for new release
Test data repository is not tagged. It means I will need to somehow download it from git in release ebuild. Not sure how. Related issue: - [ ] https://github.com/librosa/librosa/issues/1845 git...
Should typing-extensions in soxr go to BDEPEND or IDEPEND or stay in DEPEND? Moving to BDEPEND for now.
I added things for docs generation. Works in soxr. Still broken in librosa, so I did not inherit docs there.
After https://github.com/tuxu/python-samplerate/issues/24 gets resolved I should be able to enable all non-network tests for librosa. I already made ebuild for resampy.