German Atalyants Arzumanov
German Atalyants Arzumanov
Well for now I'll use the other tree implementation I found. On another note is there anything in the library that can be used as a shared semaphore between processes....
That's fine I might just change the mutex implementation a little and use the mmap to store it. Thanks for your time anyways!
Might give this a shot later on today.
Just tested out this MR and it does not seem to work. I feel like not redirecting the mpv output to /dev/null is necessary since when used with the kitty...
> Just tested out this MR and it does not seem to work. I feel like not redirecting the mpv output to /dev/null is necessary since when used with the...
Well that was fast haha, it does work now!!
I've written a patch locally and it works, so I'd be willing to send a PR if you're interested.
> This is interesting because I personally do a lot of `async_to_sync(coroutine)()` style code so I probably didn't notice this myself! PR looks good - one linting issue that needs...