diwic

Results 48 comments of diwic

Filed https://gitlab.freedesktop.org/dbus/dbus/-/issues/364 - let's see what they say.

Hi! There is no windows support at the moment, and as I don't run dbus on windows myself (and know nobody else that does) it's unlikely that I'm going to...

@ccoenen Not sure if D-Bus itself is what you need the most knowledge in. It's more about knowledge about how to port things to Windows in general. I don't think...

> > Only a small issue - `RawSocket` (`SOCKET`) is 64-bit, and libdbus casts that to `int` > > or may be not so small: https://stackoverflow.com/questions/1953639/is-it-safe-to-cast-socket-to-int-under-win64 > > https://docs.microsoft.com/en-us/windows/win32/winsock/socket-data-type-2 :...

> So maybe switch to CMake for searching for the library? And keep pkg-config as a fallback when it's available I don't use D-Bus on Windows myself so I have...

I consider it regurlarly, i e, every time I get frustrated over DBus library's internals ;-) Last time it was discussed was here: https://github.com/diwic/dbus-rs/issues/85#issuecomment-307561563

@lucab You might want to look at https://crates.io/crates/dbus-bytestream

@Arnavion cool! As for serde, last time I checked, I could not use it because it couldn't handle empty arrays correctly - i e, when you serialize an empty array,...

@Arnavion Thanks for the explanation! So I had some more look at your code. I'm open for optionally depending on `dbus-pure`, here are my current hesitations/thoughts: * `dbus-pure` looks like...

> > * `dbus-pure` looks like a very young project, only a few weeks old and not on crates.io. (The `dbus` crate is IIRC four years old.) What are your...