Jérôme Rx
Jérôme Rx
Hello, we are trying to use this crate with Tauri 2, the command `invoke` seems to work. Now the `event` part ... fail. Do you think about maintaining these binding...
Hello, I found this crate a latelly and it made me add it to a little code generator i'm making : https://github.com/eventuallyconsultant/codegenr on this branch : https://github.com/eventuallyconsultant/codegenr/tree/feature/helpers_remix I removed some...
Hi, I was looking to implement a "simple" `LogDataIterator` but I couldn't make sens about all the &mut structs that are passed around just to pick some value in it...
Hello, We had an `ios 18.0 beta 4` sysdiag that made this lib panic! (@ReturnRei will perhaps provide more details) I quick fixed it in this commit : https://github.com/shindan-io/macos-UnifiedLogs/commit/fc30ecfb8b19ef7bf07e1242ca634ba70f24df2e But...
Hi, Our use case read the full unified logs but does not bother about all the logs. Could be great if we could skip the message formating while reading, but...
Hello, it seems that an `unwrap` considered safe, is panicking. https://github.com/Gilnaa/globwalk/blob/8973fa2bc560be54c91448131238fa50d56ee121/src/lib.rs#L381 ```sh thread '' panicked at /home/..../index.crates.io-6f17d22bba15001f/globwalk-0.9.1/src/lib.rs:381:78: called `Result::unwrap()` on an `Err` value: StripPrefixError(()) ```
hello, just updated `plist` package and some errors are missing : `cargo update -p plist` ```sh Updating crates.io index Locking 2 packages to latest compatible versions Removing base64 v0.21.7 Removing...
Hi ! I tried to use the graph example, (`les-miserables`) with ImageRenderer. In the data, the positions of nodes is set (`x & y`). But my use case does not...
Hi, We have multiple apis running behind caddy for exposing https self certificates on local domain names like `api.awesome-app.lan` & `app.awesome-app.lan` for instance. After calling `caddy trust` on ubuntu -...