n1kk

Results 15 comments of n1kk

Had same issue, but the link posted by @sirisian is for windows executable, I needed libmpv dll from here https://sourceforge.net/projects/mpv-player-windows/files/libmpv/ , took one from 2020-08-30 as @sirisian suggested and it...

I just recompiled the binary with latest `libmpv` and it all worked, no changes to `index.cc` were required. I realized that project uses `prebuild` that downloads pre-built binaries first and...

Hey @sapphi-red , thanks for reply. But I have target set to `es2017`, so why it doesn't work for me then? Or do I have to set it somewhere else...

Ah, I see. Yes, moving it to a constructor is a workaround we're currently utilizing. The problem is that it's not being shown as an error by TS, so we...