Fabio Manganiello

Results 175 comments of Fabio Manganiello

> If you run a local llama model, you can use the Local AI plugin, in which the desktop will interact directly with the Ollama endpoint, instead of going through...

@akx my main concern is the blocking nature of `send`/`recv` on sockets, which may block the whole process even if running in separate threads. Plus, my ultimate plan here would...

> in that case it would need to be mopidy itself that owns and starts the loop for all extensions. That's a valid point - the loop should be created...

> Note that I don't think pykka supports asyncio yet I've tested the implementation in this PR both with mpc and ncmpcpp and it seems to work fine. Probably `asyncio.run_coroutine_threadsafe`...

> (Also, there is [Trio](https://trio.readthedocs.io/), which shouldn't be ignored. Maybe it should be preferred?) That looks very interesting, but from what I see it's still a layer on top of...

After a bit of debugging I've realized that the reason why most of the tests are now failing is that the `send_request` method relies on `session.on_receive`, which calls `send_lines`, which...

A quick `console.log` seems to confirm that the `Front` object from the latest version of Surfingkeys no longer contains `showEditor`. ![screenshot_2024-11-21T00:46:56](https://github.com/user-attachments/assets/6ec2c555-9f16-4599-be8a-b0b2958b63f7) Seems to be related to [this issue](https://github.com/brookhong/Surfingkeys/issues/2183), which has...

Any plans to review/merge this? There's now a conflict because the v16 migration file has already been taken. I can quickly fix it but only if there's a plan to...

Any plans to merge this at some point?

This has been waiting to merge for too long. I'll close it because I'm not keen to keep it up-to-date with new db schema changes being merged before it. Feel...