Deleted user

Results 141988 comments of Deleted user

I haven't grokked unix file-descriptors and pipes yet, but it seems like [`io_add_watch`](https://github.com/quodlibet/quodlibet/blob/master/quodlibet/util/fifo.py#L262) doesn't trigger when the pipe is deleted. The pipe can just disappear and no action will be...

So, I wanted to use `pynotify` to listen for deletions of the FIFO, but opening it with `O_NONBLOCK` hasn't allowed me to do so thus far. So I'm looking at...

> How do you even find out the socket is gone I have mapped certain actions (play, pause, etc.) to keys that execute `quodlibet --play`. Before it was `quodlibet --play...

Same issue. Here are my logs, since OP has not responded yet. Also, a screenshot of the deal breaking issue. [warp-logs.zip](https://github.com/user-attachments/files/22509928/warp-logs.zip)

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @Azure/aks-pm. Issue Details **Version** az version is the latest, because we use "azure/login@v1" action to...

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @Azure/aks-pm. Issue Details **Version** az version is the latest, because we use "azure/login@v1" action to...

Good idea, but it's impossible as bbcode only supports Scratch 2.0 blocks and doesn't support some Scratch 3.0 blocks.

> > Good idea, but it's impossible as bbcode only supports Scratch 2.0 blocks and doesn't support some Scratch 3.0 blocks. > > then you can do the "::sensing" thing...

@ogoffart I have investigate this a little. Looks like the problem is that first the changed callback of current-index is triggered and after that model changed callback. Even if the...

This would be awesome. Apparently [rest-client-generator](https://www.npmjs.com/package/rest-client-generator) accepts URLs already so if there was a `http://localhost:8080/swagger-resources/swagger.yaml` that would be quite handy to auto-generate a REST client for Typescript clients (and others).