Adrian Perez

Results 343 comments of Adrian Perez

Oh, the solar system animation is glitching _also_ on WebKitGTK, I just took a screenshot where the issue can be seen: ![Screenshot of the glitching animation taken with Epiphany using...

Reported in WebKit Bugzilla, the issue is also present in the `main` WebKit branch: https://bugs.webkit.org/show_bug.cgi?id=255328

@suhrid-s We are not currently working on adding support for DMA-BUF in Cog; instead we have added _inside_ WebKit and can be used with the new WPEPlatform API—which Cog does...

I am quite sure this is yet another instance of [bug #214141](https://bugs.webkit.org/show_bug.cgi?id=214141) (cc/ @psaavedra) @hiagofranco Do you observe the same behaviour in the example sliders from [the React-UI documentation](https://mui.com/material-ui/react-slider/)?

@gdkrmr So what you suggest would be removing the links from the table header that reload the index page with parameters to change the sorting, and nothing more—sorting still configurable...

@colin-pm Good find! I have to check if there's some way of avoiding that `wl_display_destroy()` would close the socket, but I am afraid it may not possible. Maybe calling `dup()`...

I've had this happen recently with regular text messages. Message size does not seems to be the problem, because it happens also with short ones.

@MoralCode My initial motivation was being able to customize date formats because I wanted to use Hebbot for monthly updates. Then I figured that bringing in a template engine would...

Marking as draft, because I would like to know whether we should handle the `DecryptedRoomEvent` case. Also the changes in `util::room_event_by_id()` feel a bit long-winded and I wonder if there...

> > Marking as draft, because I would like to know whether we should handle the DecryptedRoomEvent case > > Just to answer that question: No, I don't think we...