Bartłomiej Maryńczak
Bartłomiej Maryńczak
Searching for either WRITE or SUB_WRITE capabilities causes filling of the ports list with a bunch of ports that are impossible to connect to and always return an error if...
We should probably migrate the server to [LSP](https://microsoft.github.io/language-server-protocol/), so we can support more editors instead of being vs-code specific. Potentially useful crates: - https://crates.io/crates/lsp-server - https://crates.io/crates/lsp-types Notes: - I got...
 I have strong suspicion that this problem is caused by MacOs Big Surf update `OpenEmu` project also experienced this problem: - [OpenEmu Redit Post](https://www.reddit.com/r/OpenEmu/comments/k4axb9/fullscreen_mode_fills_up_background_with_red_bars/) - [OpenEmu GitHub Issue](https://github.com/OpenEmu/OpenEmu/issues/4355)
Jikan v4 Public Alpha Preview is available for testing. So it's probably a good idea to start work on support for it. WIP Documentation: https://docs.api.jikan.moe/ Alpha Preview Endpoint: https://api.jikan.moe/v4-alpha
MalApi now does not require you to authorize all of the requests, TS API should reflect that.
To quote #77: > TD_WARNING_ICON / TD_ERROR_ICON / TD_INFORMATION_ICON are missing so I use hard code to workaround. This should be removed once https://github.com/microsoft/win32metadata/issues/968 is fixed and released
Gtk is a fallback for xdg portal anyway, we don't care about it much, so we can just replace it with CLI alternatives. Same for message dialogs. It would not...
This is a draft, not ready for review. I did not have time to finish it, so I'm opening a draft, so it's clearly visible and reduces chance of work...
Wayland EGL module uses ` if dh.get_object_data(buffer.id()).is_err() {}` pattern to check aliveness, this should be updated to IsAlive, and dh args should be removed if possible.