Aleksandr Mezin

Results 189 comments of Aleksandr Mezin

libdbus itself is ported to windows. It is provided prebuilt in MSYS2 mingw, it also can be built using CMake+MSVC. As far as I understand, the only issue in Rust...

So, on Windows `std::os::unix::io::RawFd` should be replaced by `std::os::windows::io::RawSocket`: https://gitlab.freedesktop.org/dbus/dbus/-/blob/master/dbus/dbus-sysdeps.h#L160 (it is always a socket - https://gitlab.freedesktop.org/dbus/dbus/-/blob/master/dbus/dbus-watch.c#L576) Only a small issue - `RawSocket` (`SOCKET`) is 64-bit, and libdbus casts that...

> 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 : > Windows Sockets handles have...

Even though https://github.com/diwic/dbus-rs/pull/320 has been merged, dbus-rs is currently only usable in mingw environment, because it depends on pkg-config to find libdbus. libdbus has CMake config on Debian and Fedora....

I'm a bit surprised that somebody is still using this script... I haven't been using it myself for about two years; I should probably add an ample "warning" in the...

It needs a lot more changes than I expected: >>> import jeepney.integrate.asyncio :1: UserWarning: jeepney.integrate.asyncio is deprecated: please use jeepney.io.asyncio instead. Indeed, using a pre-1.0 library without compatibility guarantees was...

No, it's not currently possible. I have plans to add this feature, but no time to work on the project currently :(

Yes, 2560x1600 works for me now. @vrozenfe > There is also a new feature introduced in build 204 that allows to change the Windows VM screen resolution dynamically Windows allows...

And I have the same issue. com.android.vending for x86 was there until Feb, 27th. Deleted in this commit: https://github.com/opengapps/x86/commit/09c44ee2c62b624256d245859504096e492db983 @NicholasBuse Please, could you explain why? commit message mentions "arm", but...

@jamuir And I remember that it's not the first time. Some time ago when I tried opengapps for the first time, there was the same problem. Then com.android.vending suddenly appeared...