Nikita Sobakin
Nikita Sobakin
@dheerajdlalwani, @deluan Any ideas on how we can detect the `.lrc` files changing? At first I thought to just load the corresponding `.lrc` file in `metadata.Extract()`, but it's called only...
@Extarys No, I mean detecting the presence of a `.lrc` file. You see, when navidrome performs the scan of a directory, it only checks \*updated\* \*audio\* files. Imagine this situation:...
Okay, so I think I came up somewhat good solution... We will load external lyrics in `metadata.Extract()`, and we will also change `processChangedDir()` to update track if corresponding lyrics file...
The solution I described above works.. Almost. Because we store both `.lrc` and track update time in a single `updated_at` row, lyrics aren't "unloaded" when the corresponding `.lrc` file is...
There's an easier way to use `img2img`, which does not require changing the source code. Just load the normal `text2img` model, and then use `.generate_img2img(...)` or `.mix_images(...)`. It probably was...
Hi @jagjordi! I wanted to let you know that this feature is now implemented. Specifically, we've implemented it in the form of the dynamic conditions, just as you suggested. Many...
Hi @akmalsoliev! Thank you for sharing your configuration. I'm using Pyrefly configured with the new LSP API introduced in v0.11, and I've been running into some issues. It seems that...
Weird, it doesn't fix the problem for me. It doesn't seem like it's a timing issue -- even when I stop the server manually with `:LspStop`, the process still hangs...
Unfortunately I had no luck with `exit_timeout`. I'm running the latest versions of `pyrefly` and `uv` that are available on pypi: ```shell $ pip list | grep '\(pyrefly\|uv\) ' pyrefly...
> I suppose that it is possible that my setup is somehow tainted by some other seemingly unrelated program or its configuration. I have an another more-or-less clean install of...