Evan Paterakis
Evan Paterakis
### Describe the request Currently, the locale selector's dropdown in the composer filters languages based on their localized name which might not be ideal for org accounts that post in...
This is a sibling of #410 During the cleanup PR #424, we replaced the ListBox with ListView. This was suggested a while ago to solve some of the performance issues...
This is on 46beta, the generated code is: ```crystal def curvature(path : Gsk::Path,direction : Gsk::PathDirection,) : Graphene::Point # gsk_path_point_get_curvature: (Method) # @path: # @direction: # @center: (out) (nullable) (caller-allocates) #...
**Is your feature request related to a problem? Please describe.** According to #10 searching by providing a url is not always consistent. Custom search solutions could also benefit from scraper's...
I'm not 100% sure about what cleaning up process to choose, so I'll leave it at that for now Vapi is being to strict on clapper version matching so I...
not done, still need to figure out when to use them, but the foundation is done at least :shrug: idk if it works outside of gnome, need to test it...
As reported on #983, different backends do not support every admin endpoint. We need to test the admin dashboard on them and find the best way to display whatever's possible...
:warning: WIP Mostly discussed on #954 Bringing back the classic in-memory cache. Benefits: - Avoid creating multiple paintables of the same image, lowering ram usage - Avoid processing already processed...
### Describe the request Post you are replying to should be visible in the composer. Media attachment you are adding alt text to should also be visible. ### Implementation Details...
It's noticeable every time a widget load batch is added to the model. The closest I've managed to pinpoint it to is during the widget creation portion: https://github.com/GeopJr/Tuba/blob/2f4979eb24acd44c9f2059d9339ba9c37293773b/src/Views/ContentBase.vala#L73 while #179...