XDream8

Results 27 comments of XDream8

I can handle them [myself](https://github.com/XDream8/dotfiles/blob/main/.config/shell/ksh_completion) but is there a bettery way?

This problem seems to be fixed with the latest version

Well, then it may be because i disabled battery saver restrictions and enabled auto start ![Screenshot_2023-01-29-10-58-26-544_com miui securitycenter](https://user-images.githubusercontent.com/62709801/215313283-08131ef4-59a8-46ed-aa6f-7ee5149cd95a.jpg)

I am fine with this workaround. I don't want to use Google's messages app

xwayland support is enabled in my sway session can it be related to it? ```sh $ echo $WAYLAND_DISPLAY wayland-1 $ echo $DISPLAY :0 ```

tried using all of the backends available to linux and none of them works. it seems pretty hard to find out how and why this happens but it seems to...

i will test this code and see if it is related to it: https://github.com/not-fl3/miniquad/blob/aa38a5bfc01350dd6e6132d44372189f14ba5dd9/src/native/module.rs#L22C35-L22C35

yep it seems to be caused by dlopen() by libc crate. i will try doing this with dlopen crate and see the results code: ```rs #[derive(Debug)] enum Error { DlOpenError,...

Library::open() from dlopen crate does not work too(as it seems to use dlopen() method from libc crate too). now i am 99.9% sure that this is a problem with libc...

i will try testing this code in a Void musl vm and see if it gives the same error code: ```rust use std::{ ffi::{c_void, c_char, CString, CStr}, ptr::NonNull, }; extern...