Zeeshan Ali Khan

Results 437 comments of Zeeshan Ali Khan
trafficstars

In GitLab by @elmarco on Jul 7, 2020, 18:28 yes, if possible it should handle both cases internally imho. What I mean is that have `` byteorder has a generic...

> yes, if possible it should handle both cases internally imho. Right. Then I'll change the scope of this. > What I mean is that have `` byteorder has a...

this can make use of the [upcoming event-listener-strategy crate](https://github.com/smol-rs/event-listener/pull/49).

@garrrikkotua why me? I don't even know what enigo is.

@haraldh seems [you already thought about this some years back](https://github.com/varlink/rust/issues/34#issuecomment-587342941) and your thinking was to use use tokio. Although that would alienate many folks who don't or can't use tokio...

> I'll accept all PRs which add a solution to this problem :) Cool. It may or may not be me, depending on if I can possibly get some paid...

I just tried to upgrade to 0.27 in zbus and was surprised by this change breaking [my code](https://docs.rs/zbus/latest/src/zbus/quick_xml.rs.html#283-285). I know it's a different semver release so breaking changes are to...

> In any case, isn't it change making `to_writer` inconsistent with both [other similar serde APIs](https://docs.rs/json/latest/json/enum.JsonValue.html#method.to_writer) and also with the `to_reader`, which expects a `io::Read`? Oops, give the incorrect link...

> Yes, the reason is because XML is a text-based format I would think that's true for JSON as well. > which could use many encodings. Does `fmt::Write` help there?...

Thanks for explaining. > Yes, and I think this is oversight in the serde_json Are you sure? Is there an issue on serde_json about this? I'm sorry for being skeptical...