Ian Hattendorf
Ian Hattendorf
**Describe the bug** libssh2 does not support the `ecdsa-sk` or `ed25519-sk` key types. **To Reproduce** Attempt to connect to a server using one of these key types. **Expected behavior** Allow...
**Affected version** Sway 1.8.1 - io.github.seadve.Kooha 2.2.3 - Flatpak: true - Experimental: false - Distribution: GNOME 44 (Flatpak runtime) - Desktop Session: - Display Server: wayland - GTK 4.10.4 -...
**Affected version** Sway 1.8.1 - io.github.seadve.Kooha 2.2.3 - Flatpak: true - Experimental: false - Distribution: GNOME 44 (Flatpak runtime) - Desktop Session: - Display Server: wayland - GTK 4.10.4 -...
Is BPSK supported? I see what appears to be support for BPSK packets, but no documentation anywhere. https://github.com/Lora-net/llcc68_driver/blob/d0fc63c1ab3ab4a38fb2297b76e40119fd288572/src/llcc68.h#L291
Addresses https://github.com/swaywm/sway/issues/6681 I'm returning the `render_format` instead of `render_bit_depth` as that's what's ultimately used by `wlroots`. Tested on top of `1.8.1` (I'm running/building on Fedora 38 and didn't want to...
## Proposed change This allows sending general commands via the `Sessions/{sessionId}/Command` endpoint (`MoveLeft`, `Select`, etc.) ## Type of change - [ ] Dependency upgrade - [ ] Bugfix (non-breaking change...
For now, allow the API consumer to request an OpenGL API (OpenGL or OpenGL ES) and a backend (Skia, femtovg, or software). This is a rough draft: - Currently only...