Aldo Acevedo

Results 20 comments of Aldo Acevedo

This happens to me as well on Poco X3 NFC with LineageOS 18.1 with Android 11.

Thanks for this. I think we can merge it for 0.8.

As for the `std::error::Error` problem, I opened #32. Let me check the other.

I can't replicate the error. Access denied still pops up when I ran the code as administrator. Have you managed to get it working?

To be honest, I'm not familiar with the code of the dummy window since it was merged in a PR (#34). It seems pretty strange that it would only fail...

It is very platform specific. As of now, Souvlaki leaves it up to the user to change the URL depending on the platform. For Linux, we follow the MPRIS specification,...

Progress: - [X] Linux: - [X] Progress - [X] Track duration - [X] Seek - [x] Mac - [X] Progress - [X] Track duration - [x] Seek - [X] Windows...

Hi. In the [windows crate, the HWND is just a wrapper around isize](https://docs.rs/windows-sys/latest/windows_sys/Win32/Foundation/type.HWND.html). The HWND is practically an IntPtr, therefore converting `*mut c_void` to `HWND` is just a cast. To...

Hi. Thanks @Drarig29 for posting this issue and @leosunmo and @tramhao for the research! I've been trying to tackle this for a week and a half now and currently I'm...