morguldir
morguldir
Spent a bit too long using git bisect to find, this, probably should have just searched for the file in the code and found the bug. Anyway this file is...
We want to make sure we move over every function to the new format - [x] get_album(album_id) - [x] tests - [x] get_album_items(album_id) - [x] tests - [x] get_album_tracks(album_id) -...
Currently the library still works with 2.7, mainly thanks to the https://python-future.org/ project. However python3 could have some interesting features, and if there isn't anyone interested in python 2.7 support...
- [x] 30.06.22 - 0.7.0rc1, first pre-release of the 0.7.x branch https://pypi.org/project/tidalapi/0.7.0rc1/ - [x] 23.07.22 - Evaluate [dropping python 2.7](https://github.com/tamland/python-tidal/issues/108) The plan is to drop support https://github.com/tamland/python-tidal/issues/108#issuecomment-1192964104 - [ ]...
### Steps to reproduce 1. Using the app normally 2. I try to navigate to another space 3. I accidentally drag the space for a second (apparently i do this...
With: ```bash $ strings /nix/store/9skicdac6xs4yww1nd3h7m6xydv4hxlj-rocksdb-9.1.1/lib/librocksdb.so.9|rg io_uring|wc -l 112 $ strings result/bin/conduit |rg io_uring|wc -l 5 ``` Without: ```bash strings static-x86_64-unknown-linux-musl-jemalloc |rg io_uring | wc -l 0 ``` Signed-off-by: morguldir
### Description When joining a new space over federation, the space doesn't show any rooms in Element Web, I think this may be a somewhat recent regression (room works in...
Synapse never tries to avoid redundant members anyway, so it's hard to ensure that it works correctly (https://github.com/element-hq/synapse/blob/568051c0f07393b786b9d813a1db53dd332c9fc2/synapse/handlers/pagination.py#L639) It also seems like it would be difficult when the "Show current...
## What this PR does / why we need it: kubectl exec [POD] [COMMAND] had been deprecated for 5 years, and they've just removed it now. After some gdb'ing i...