Maksim
Maksim
I got the same problem while use rodio functions in rust dll lib and call it from c# ``` [DllImport("djmadest_api.dll")] private static extern IntPtr init_default_device(); [DllImport("djmadest_api.dll")] private static extern void...
Fully native controls for every operating system with supports windows, gtk user themes, etc
No, iced uses own render for widgets
There was a `windowless` example in rust-sciter. But seems to be does not work at last versions of Windows/Sciter. See #146
Confirm this issue (Waybar v0.11.0, MT-7601 USB WI-FI dongle, Arch Linux) Waybar shows values between (46-68%). When `iwconfig` or `nmcli dev wifi` show perfect link quality ``` IN-USE BSSID SSID...
Beeper connected inside a display board with own MCU, therefore, printer MCU board does not access to beeper.
I found as a walkaround, before calling a `RenderTo` message you need specify a initial window size. like this ``handle_message(scwnd, Message::Size { width: 800, height: 600 });``
I encounter the same issue, but in Vesktop. This solution as I understand only works for OBS? > Here to post an update! > > Regarding my previous post I...
@JaredKIso Probably you are right. I didn't remember any screenshare issues on OpenSUSE Tumbleweed, but there is also involving Plasma DE. I didn't test hyprland in OpenSUSE
For me, enabling ``render:explicit_sync = 1`` seems to be resolves this issue (Both in OBS, and Vesktop)