Jonathan Schleußer
Jonathan Schleußer
Yes, this is a fairly serious problem. I've been able to ignore it because the terminal emulator I use (`alacritty`) is fast or smart enough to properly render. The nice...
Hi, first of all thanks for you looking into this! Regarding > I just looked into it a bit, and I'm not sure how this example is even supposed to...
With these changes (`event_context_mut`) if one uses events either `Mpv` must be stored in a Mutex or only used in a single thread. If storing the structs together is important,...
First of all this isn't exactly a fork of libmpv, it binds to the APIs exposed by it in the crate libmpv-sys and then makes them closer to idiomatic rust...
I have found that for my setup the horrible FPS is caused by smooth scrolling and occurs when multiple steam windows are open (e.g. library and friends) with sway in...
Do you have [this](https://packages.gentoo.org/useflags/libmpv) enabled?
Yes, I will address all Issues & PRs. Not sure if I will develop new features myself
Yeah the situation seems to have changed a bit. I will try getting the build to work on Windows, only got access to a Windows machine recently.
Relatedly I recommend wrapping `str` in an `MpvStr` newtype, like I did [here](https://github.com/ParadoxSpiral/mpv-rs/blob/c684310/src/wrapper.rs#L228), which also allows to correctly `Drop` the data with mpv's allocator.
@priyaashok4 Yes we were able to workaround the issue. The cause is the localization json. There seems to have been an undocumented breaking change, now short & full names are...