Zeeshan Ali Khan

Results 438 comments of Zeeshan Ali Khan
trafficstars

In GitLab by @turbocooler on Feb 17, 2023, 18:37 > You mean alternative to zbus or bluer? The only really viable and (sort of) maintained alternative to zbus is dbus-rs....

> > You mean alternative to zbus or bluer? The only really viable and (sort of) maintained alternative to zbus is dbus-rs. I would strongly advice not to use any...

In GitLab by @bouk on Mar 13, 2023, 17:53 I can pick this up myself by the way

In GitLab by @bouk on Mar 13, 2023, 17:56 mentioned in issue freedesktop/freedesktop#530

Awesome. Keep an eye on !667 though as that brings some clean-up to the code you'll be modifying.

> We've generally been conservative in what we add, limiting ourselves to only the scope of the stdlib and extensions that are specific to async programming (such as timeout and...

Reading the [manual page](http://man7.org/linux/man-pages/man7/unix.7.html), the first thought that came to mind was to do it the same way as Linux does it but that doesn't map nicely at all to...

Oh and with this solution, `UnixListener` will also need a new constructor: ```rust pub async fn bind_abstract(name: OsStr) -> Result ```

Sure thing. If you do this, I think #41 is quite up your alley too since it'll make use of your new crate. :)

> Can you elaborate on this? I was just thinking along the lines of provides images people can pull and use. > It would also be nice to have a...