Loukas Agorgianitis

Results 123 comments of Loukas Agorgianitis

On the same ship, working with some APIs that sporadically show some 503 responses for a moment, would be great to expose the `ServiceUnavailableRetryStrategy` in order to allow an `:unavailable-handler`...

Same here, I had `hwdec=auto` in my mpv.conf and now worked around the error with ``` hwdec=vaapi gpu-api=vulkan ``` in my mpv.conf

> > This also fixes #8686 and removes the need for #8703. > > I merged the bugfix PR first though. No problem, I will rebase to latest master to...

Rebased to latest master to resolve conflicts (and include the above fix)

> Getting various gaps between borders and window contents > Is this intentional/fixable? Yes this is something that will be fixed with another wlroots PR that will replace `pixman_region64f_translate` usages...

Latest wlroots (from the related PR) solves these small precision losses, as it replaces usage of `pixman_region64f_translate` with `pixman_region64f_translatef` so the above problem is now gone.

> Still getting small gaps; container boundaries get slightly misaligned. *I think* this is an issue that also happens on latest stable (1.11) version (I just tried it). Slightly resizing...

Hmm, after a few more tests this issue seems to be fairly prominent with foot. With alacritty this does not seem to be the case in latest stable, but in...

I found the problem! It was a misalignment for the right and bottom border rects, due to content width and height not being aligned to pixel grid. @vyivel, could you...