Adrien Plazas

Results 40 comments of Adrien Plazas

Some issue, here is the end of my backtrace: ``` [06:43:19] Warning - GNOME-Twitch : {GtTwitch:335} Received unsuccessful response from url 'https://api.twitch.tv/api/channels/ostpolitik/access_token' with code '410' and body '{"error":"Gone","status":410,"message":"this API has...

Could they be shipped as GNOME Web web apps?

Putting icons into a shapes (like squares or circles) tends to make them harder to distinguish from each other, and is considered a design error from an accessibility POV. Because...

We could also preserve the unique color *while* making it blue: ![Capture d’écran de 2021-12-04 09-02-24](https://user-images.githubusercontent.com/2536339/144702402-8357ea0e-6833-4511-b655-6cce8bd72863.png) Granted, my implementationt looks a bit bland.

That's an issue that annoys me quite a lot too. If images are displayed fully though, it should be up to a given ratio, e.g. we don't want images like...

I didn't add the label nor assigned anybody, that was automatic and I wasn't able to change that. :/

Regarding entering the PIN, note libhandy offers `HdyKeypad` which is used for phone numbers but also PIN/PUK-like codes.

That would be great to have, especially as high DPI screens are less and less rare, and even more since we have appstream-powered phones which all use scale 2.

You will need something like this now: ``` { "name": "libsignal-protocol-c", "buildsystem": "cmake-ninja", "builddir": true, "config-opts": [ "-DBUILD_SHARED_LIBS=true" ], "sources": [ { "type": "archive", "url": "https://github.com/signalapp/libsignal-protocol-c/archive/v2.3.2.tar.gz", "sha256": "f3826f3045352e14027611c95449bfcfe39bfd3d093d578c70f70eee0c85000d" } ]...

> libsignal-protocol-c master seems to have some memleak fixes that sound worth including I picked that one because Dino master requires that very specific version apparently.