sophie [⛧-440729]
sophie [⛧-440729]
As discussed in #314, this is a new attempt to add support for `async` reading. This PR is still WIP and open for discussion on implementation details.
This PR was split from #417. This splits `Reader` into two new structs, `SliceReader` and `IoReader` to better separate which kind of byte source the `Reader` uses to read bytes....
This PR adds a font for emoji and changes some text styles to fall back to this font. That way, missing glyphs in the main font (for example emoji) will...
This PR adds a default `TextStyle` and some helper methods to the `ThemeService` and replaces (I hope) all uses of `TextStyle(...)` with one of the helper methods from the `ThemeService`....
This PR aims to add the option to download post images (#210). Currently still WIP.
This PR implements sharing images on iOS directly to Openbook.
I'm trying to compile something for Windows (using msvc), but I have a static link version of zlib on my include and lib paths. Other -sys crates link to the...
I tried updating the whole database from the steam store, but not one age check could be passed by Depressurizer. I've changed the log levels for the relevant errors to...
Closes: #26851 This PR changes the `admin/realms/{realm}/clients/{client-uuid}/authz/resource-server/policy/` endpoints by splitting the `.../policy/{type}/` endpoint (which could return two different sub services depending on whether a policy type or policy uuid was...
**Is your feature request related to a problem? Please describe.** To minimize the number of actual database connections required for hydra, I'd like to be able to use pgbouncer in...