Nikita Sobakin

Results 9 issues of Nikita Sobakin

**Is your feature request related to a problem? Please describe.** The user is unable to change playing song via cli. **Describe the solution you'd like** Implement the MPRIS `OpenUri` command....

enhancement

@fashni This is a simple trick I discovered while writing a bash script to fetch synced lyrics. I was reverse engineering musixmatch's API and found the same URL you did...

As of commit `ef108943f69a6e20533d58823740d3f0534ea8ec` in `iptables`, `_init` macro in `xtables.h` was moved into internal-only block, thus breaking the initialization and registration of the userspace part of this module, when built...

The title pretty much speaks for itself. Calling `.generate_inpainting(...)` with `batch_size` higher than `1` throws an error. Log: ``` [/usr/local/lib/python3.9/dist-packages/kandinsky2/model/text2im_model2_1.py](https://localhost:8080/#) in forward(self, x, timesteps, inpaint_image, inpaint_mask, **kwargs) 150 inpaint_mask =...

See #22 for further info.

### Describe the Bug Thank you for your work! When assigning a dictionary literal to a variable typed as `Union[SomeTypedDict, ...]`, Pyrefly raises an error, even though the dictoronary can...

User

Adds colored icons for `buffers` & `windows` components. Also, improves the file type extraction.

new feature

Prevents multiple slurp instances from running on the same display at the same time. Can be disabled via `-m` flag, allowing multiple instances. Supersedes #161.

Adds the ability to use Bluetooth block without specifying concrete device's mac address. Useful for users with multiple headphones, etc. Since when `mac=None`, only the first connected device is displayed,...