dumblob

Results 1350 comments of dumblob

@antirez any progress on merging it?

I am now testing mouse pan with both `osc=no` and `osd-bar=no` and it works perfectly in a fullscreen view (`f` by default in mpv). But once I switch from fullscreen...

@butteria I forgot to mention I have tested panning with `MBTN_LEFT script-binding drag-to-pan` in `input.conf`. Now I have tried it with `MBTN_RIGHT script-binding drag-to-pan` and **it works** as expected even...

Note that `mp.commandv("script-message", "osc-visibility" ,"never")` trick should not apply to my case as I have disabled `osc` altogether by `osc=no` in `mpv.conf`. That said I have tried this trick and...

Finally I found out that `window-dragging=no` in `mpv.conf` (or `--no-window-dragging` on command line) disables moving the window and thus allows the panning to work also in non-fullscreen mode. So my...

I am just interested in the optimization of speed - if the bottle neck is reading from a file then I would welcome an end-to-end example how to approach it...

@schlagmichdoch maybe create a separate GitHub/Codeberg organization instead of a private repo?

Could some new maintainers get permission to push to this repo? I think gunicorn is still very useful nowadays despite all the async hype and it is a pity the...

>In some cases I could add concurrency to a behavior which may help but introduces other issues. A promise-based concurrency e.g. for listing wouldn't disrupt the current code flow (actually...