V02460

Results 15 issues of V02460

Authlib 0.15.5 does not work with Django 4 due to the removal of `HttpRequest.get_raw_uri`. This is already fixed in master via https://github.com/lepture/authlib/commit/b3847d89dcd4db3a10c9b828de4698498a90d28c. Please backport the fix. **To Reproduce** With the...

bug

When trying to login via the bridge bot chat flow, i.e., entering *login* followed by a phone number and the received SMS verification code, the bot answers with: ``` Unhandled...

This PR implements an Iterator for the `ListModel` interface. The Iterator can be created by the interface’s `iter` method. Example usage: ```rust for member in members.iter::() { … } ```...

enhancement
gio

Each instance of `ListStore` and `ListModel` works on a concrete and fixed item type. Currently this is handled by checking and passing around a glib `Type` value. In Rust this...

enhancement

Add a new room event for signaling permanent errors occurring at bridges. References [MSC1849](https://github.com/matrix-org/matrix-doc/blob/matthew/msc1849/proposals/1849-aggregations.md). [Rendered](https://github.com/V02460/matrix-doc/blob/msc2162/proposals/2162-signaling-errors-at-bridges.md)

proposal
kind:feature
needs-implementation

Having only a single path on which updated data flows in a client greatly reduces the complexity to update its UI. Naively this is possible by making a request to...

This is a rough draft based on what was discussed in #63. Mainly so the code is out in the open and people can take a look. Supports changing between...

There are still a lot of GOG games not released natively for Linux. This PR adds basic support for running those inside a Flatpak. For Windows games, GOG uses InnoSetup...

While trying to package HyperRogue as Flatpak app, the game crashes because of a failed assertion. Flatpak by default enables the `_GLIBCXX_ASSERTIONS` flag for compilation, which in turn inserts the...

Updates the Flatpak manifest to use version 44 of the GNOME SDK, adds dri device permission for accelerated rendering, and changes the deprecated *app-id* property key. Closes #121