Aren
Aren
Sometimes when performing operations on similar size shapes, such as Union, or Difference `ReferenceError: ___cxa_is_pointer_type is not defined` is produced. This is the simplest example of this I've found: ```javascript...
When loading zig files with textobject keybindings configured, neovim hangs and uses 100% cpu. Neovim doesn't even get to a point where it displays a status line when loading a...
It would be great if someone could test to make sure this configuration works for the keyboard, since I don't have one
The u-boot boot script thinks it's booting from emmc even if it's booting an sd card when using tow-boot. It seems to be possible to resolve this by replacing `mmc_bootdev`...
WARNING: this is incompatible with guzuta, it may overwrite database files generated by guzuta, do not attempt to use this with repositories managed by guzuta. Hopefully this will be addressed...
To do: - [x] update superd to 0.7, sxmo expects this version - [ ] add pipewire-pulse to sxmo images in `arch-pine64-build` - [ ] some good thorough testing
vvmd is currently broken with my carrier (t-mobile) so I can't fully test this, but it builds and runs
vvmd is currently broken with my carrier (t-mobile) so I can't fully test this, but it builds and runs
Starting tinydm directly from systemd seems to set up capabilities (specifically CAP_WAKE_ALARM) differently from how the get set up when there's a pam session initialized properly. Bwrap doesn't like this...
**Description** I'm writing a client for an api (which I don't control) that uses "default" as the type of the successful response. This isn't included in OkStatus which causes the...