Zeeshan Ali Khan
Zeeshan Ali Khan
Hi there, zbus developer here. > I've never worked with zbus before, but from a quick glance over its documentation it seems that async D-Bus server support is still missing....
> Zbus is currently claimed to be Linux specific. Wouldn't that be equally hard to cross compile, if so? Now unix-specific but I'm about to merge the PR for windows...
> > Quick look at the code you linked to, I'm not sure if you're using some kind of high-level API (does dbus-rs even have that?) or lower-level one (where...
well I'm against needless API breakage but I'm not sure it's the case in here. However, we should try our best to design this well right now if we're breaking...
likely a noob question but how does channels apply to a running habitat app instance?
> At first glance, I feel that generic metadata is a bit overkill/complicated, but I have no strong opinion on this. I don't think it's overkill but seems to go...
> Overall I would be opposed to task-local variables. We could emulate them by storing a `Mutex` in the metadata. However, if this crate itself were to do this, I'm...
> It makes more sense to reuse that same heap allocation for the metadata as well, which is what this PR sets out to do. Thanks for explaining. I guess...
> @smol-rs/admins: Any thoughts on the API here? I agree with you about the naming. `stream::once` seems better to me as well.
> My personal vote is for bumping the MSRV. :+1: