Sakii
Sakii
@t3chguy This PR should be ready ~~but I can't seem to be able to create a PR for matrix-react-sdk. The UI preference option is in [SakiiCode/matrix-react-sdk/trayicons](https://github.com/SakiiCode/matrix-react-sdk/tree/trayicons)~~ (Somehow I forked the...
@florianduros There was one thing I could not test: after getting pinged the red dot might(?) change back the icon to the colored one. Please definitely try this before merging
Possible duplicate of https://github.com/tauri-apps/tauri/issues/10626
If I set my collider height to 1.7 then the top of the capsule is at 2.6999664, so I'm actually in the cube. Similar things happen horizontally. Is this intentional...
@C47D @AlixANNERAUD Are you still active? Do you have time to review?
> Why were the Rust enums replaced with i32? It breaks the API and removes the type safety and clarity that enums offer on the Rust side. Was there a...
If you enable `LV_USE_ASSERT_MEM_INTEGRITY`, that also catches it Edit: Not sure, my issue was solved by using lv_display_set_draw_buffers instead of lv_display_set_buffers
So you create an `*lv_display_t` with `lv_display_create()` and then an `*lv_draw_buf_t` with `lv_draw_buf_create()`. Then register the buffer to the display with `lv_display_set_draw_buffers(*lv_display_t, *lv_draw_buf_t, NULL)` Previously I was using `lv_display_set_buffers()` which...
Fixed on Linux Mint after upgrading to libwebkit2gtk 2.46.1
I managed to install `sudo amdgpu-install --usecase=graphics,hip,opencl` but now it looks like the gpu is not detected, it boots to tty1 and when I type `startx` I get 1024x768 single...