daladim
daladim
## Feature Request ### Motivation The User-Agent header is populated, by default, with `tonic/x.y.z` (x.y.z. being the current tonic version number) \ There is a [user_agent](https://docs.rs/tonic/latest/tonic/transport/channel/struct.Endpoint.html#method.user_agent) method to somehow customize...
I'm trying to dump TLS secrets, so that I can inspect traffic using Wireshark. The [only example I have found online](https://users.rust-lang.org/t/support-for-sslkeylogfile-in-https-client-from-reqwest/47616/3) seems outdated. I have tried the following, with the...
Following #1235, here is my attempt at implementing background images. \ That was relatively easy, since the rendering of images existed already. \ This PR also includes an example of...
See #1170 Since the `image` dependency was already an (optional) dependency of `iced`, why not provide these convenience functions that save a few lines of code in applications that need...
Thanks for this fantastic piece of software. In case you still have time to ~~waste~~ use to contribute to a better world, I wished I found a Windows XP theme...
Hello, After some time using `heim::net::nic()` on Windows (which I implemented some time ago in ad691385940babcab857b1e19ebe95af35b8d70e), I realized I introduced a potential null pointer dereferencing :fearful: I've actually ran into...
I'd like to list the users "available" on a system, and get their home dirs. This is not available on heim, since `heim::host::users()` only lists _currently logged in_ users *...
Hello. Reading at the Microsoft documentation, krabsetw (and its Rust-counterpart [ferrisetw](https://github.com/n4r1b/ferrisetw)), I am puzzled about how to distinguish different schemas. [The doc](https://docs.microsoft.com/en-us/windows/win32/api/evntprov/ns-evntprov-event_descriptor) says (emphasis mine): > For **manifest-based ETW**, the...
Hi, (I'm not sure whether you received notifications about my previous messages in closed issues, so I'm creating a new issue, sorry for the duplication). Now you've merged #44 ,...
A few updates because the readme does not look up-to-date anymore. Also, I'm not totally sure about my second commit. I first configured a random `secret`, and maubot would reply...