2e0byo
2e0byo
## Is your feature request related to a problem? Please describe. I often want to install all optional groups except one, which contains e.g. expensive ML libraries I don't require....
- [ ] Methods which don't use `self` should be static or classmethods. We have quite a lot of these in things like `TextBlock.parse`. Personally I'd also like to rename...
Session has some attributes like [`genre`](https://github.com/tamland/python-tidal/blob/1d2ae41967368a2ce2d0880b0d28adf5b2dbe553/tidalapi/session.py#L220C47-L220C47) and `request` which should be exposed on the class. Otherwise if a `Session` is mocked (with `Mock(spec=Session)`) access to these attributes is forbidden. (See...
Consumers want to test passing around valid tracks/artists/etc. Our current design makes this sufficiently hard that the best way is to use `Mock()`. It would be good to make it...
As something of a priority we need to fix the test suite, ideally before we merge anything else. I'll try to get on this this week, unless anyone else wants...
If I send ipc requests too rapidly, hyprpaper segfaults in a variety of places (curiously, often in `vnsprint`), or gets a bus error. I have a script to load a...
With the following workflow definition (excerpted): ```yaml - run: echo '-G dev -G ci' > deps.groups - name: Install PDM uses: pdm-project/setup-pdm@v3 with: python-version: "3.10" cache: true # These files...
Sometimes the captcha fails. Clearly there are multiple layouts which look the same to make life harder for automated scripts. It would be nice if we handled at least some...
At some point (4h < point < 24h) after booting the system, screen capture fails: obs for instance shows ``` info: [pipewire] Asking for desktop info: [pipewire] desktop selected, setting...