Hendrik Sollich
Hendrik Sollich
Hi there, when I clippy my code the generated localize_macros.rs may contain a bunch of what clippy would consider `useless_formats`. Perhaps the generated file could include something like `#![allow(unknown_lints, useless_format)]`....
## Expected Behavior `Recipient::do_send()` should not return a `Result`, same as `Addr::do_send()` does. ## Current Behavior Currently `Recipient::do_send()` is identical in behavior with `Recipient::try_send()`, this seems to be an oversight....
Hi there, as described in #27 it would be really nice if `Supervisor`s could be stopped. I would like to propose to add the `.stop_supervisor()` method to `Addr` and `Context`...
this adds `Caller::can_upgrade()` and `Sender::can_upgrade()` so you can check if they're dead without having to construct a `Message`. This probably fixes #49. Thank you
Hi there, I just noticed that `Sender` and `Caller` just return an error when sending the message. For convenience it would be nicer if you could test if they can...
Hi there! Hope you're having a nice day. I just started looking into this code base again and found that EDIT: sorry, I seem to be bad at finishing my...
Hi there, thanks for the nice crate 👍 I was trying out `Supervisor`s though and I don't quite understand how to use them. I seem to always get a panic...
hey, just noticed that, when you click on your city in the `c++` ranking, the topic sais: **"Top C GitHub developers in YOURCITY"** and the drop down menu shows `javascript`....
I think 27e6bade might have introduced some brackage on macOS - at least I can not compile `fn test_hash_order()` on macOS (linux works fine🤷🏼♂️). What I see is the following:...
Hi there, I'm curious why you opted to use both `mac-notification-sys` and `notify-rust` as the later one encapsulates `mac-notification-sys` completely. If you found any issues regarding usability or API I'd...