Zeeshan Ali Khan
Zeeshan Ali Khan
@filipkemuel Thanks for providing the docs in the previous comment. If you could provide a PR that adds this to the README.md, that would be awesome!
> In the meantime, there is a pure js based way to get Zoom working in Tauri. > using `document.body.style.zoom = 1.5` from JS worked flawlessly in Windows, mac, and...
@elmarco Hey, we'll need this in zbus for the `linux_security_label` in the return value of the new `Connection::peer_credentials`. Do you think you can revive and finish this?
It would be best if we could also support `serde(skip)` (if possible).
marked #299 as a duplicate of this issue
marked this issue as related to #299
In GitLab by @ids1024 on Feb 21, 2021, 21:23 This definitely seems desirable, but as far as I can tell it isn't possible: ``` Compiling zvariant v2.5.0 (/home/ian/src/zbus/zvariant) error[E0119]: conflicting...
@ids1024 Thanks so much for trying it out though. These `TryFrom` impls conflicting with `From` (and `TryInto` with `Into`) is very annoying and still makes me question if 993d51d14b29b1223a8648df67bc8aad41fbf14d and...
In GitLab by @ids1024 on Feb 24, 2021, 16:29 Another related issue is that `impl TryFrom for T where U: Into` results in an implementation of `TryFrom` with `Error =...
In GitLab by @ids1024 on Mar 10, 2021, 01:11 I just noticed how `OwnedValue` is currently defined: ```rust pub struct OwnedValue(Value; ``` It's possible to implement methods or even traits...