Kitsu
Kitsu
That seems strange for me, could you also try to launch yofi with dlopen?: ```diff diff --git a/Cargo.toml b/Cargo.toml index 7227979..b84d31d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@...
Is there any migration guide for 0.29.* to the current version?
@kennylevinsen I haven't dig into the code much, but you particular issue might be solved with a runtime borrowing via [`RefCell`](https://doc.rust-lang.org/std/cell/struct.RefCell.html) wrapper. Though, you should be careful with it, since...
1. I'd like to expose the type in my API, in particular builder for http client. Apparently the other, more generic option would be adding a trait, but that perhaps...
Any progress on that?
Should be fixed by #138
I didn't dig deep into that issue myself so don't have much details to share. What you are saying seems expected as wayland by default does not allow capture events...
It's still in the registry and the same mod. The two parts: the clients themself and the structures dependent on them. I would consider the refactored version seems way cleaner...
Sure, pushed a minimized patch
I was able to get steps to segfault the parser: just keep on pasting `абвгдежзийклмнопрстуфхцчшщъыьэюя` in the beginning of the file until it got crashed. For some reason it only...