Results 179 comments of Kagami

[HandleMPVPropertyChange](https://github.com/Kagami/mpv.js/blob/cd7babc/index.cc#L235) should be improved to be able to return complex properties. Also it might be worth to implement ``` mpv.property('pause').then(pause => /* handle pause value */) ``` It requires changes...

You don't need `script.js` anymore, ``` this.mpv.property('input-ipc-server', '/mpvsocket'); ``` should work. Now need to implement proper handling of complex properties.

Yea, it would be nice, not everyone using React.

It's still an issue with the latest commit, even simplest split regexp doesn't work: ```console % node -e 'console.log("test".split(/./))' [ '', '', '', '', '' ] % mujs > "test".split(/./)...

Fixed in https://github.com/ccxvii/mujs/commit/40556b31c6920491474a4e24784ed3b1c1c832de Thanks @ccxvii.

Duplicate of #1056 I have similar issue, but the other way around: I'm trying to run x64 AppImage inside arm64 environment (Docker Desktop for m1 macOS -> arm64 linux VM...

Small update: Docket Desktop for macOS now supports running x64 executables via Rosetta so the second issue I mentioned above is no longer relevant. So the fix with removing [AppImage...

There's similar issue with `jupyterlab`: one of its dependencies `jupyter_events` [has](https://github.com/jupyter/jupyter_events/blob/a5238e4157e169a4ba4dc27437cda7cb9a6cc353/pyproject.toml#L26) `jsonschema[format-nongpl]` as dependency which [depends on](https://github.com/python-jsonschema/jsonschema/blob/eb8255a473b4f6e9439322f9ec93e345bc7f17d6/pyproject.toml#L56-L65): ```python format-nongpl = [ "fqdn", "idna", "isoduration", "jsonpointer>1.13", "rfc3339-validator", "rfc3986-validator>0.1.0", "uri_template", "webcolors>=1.11", ]...

It works for me on latest Sonoma, although sometimes thumbnails are missing, but eventually they re-appear. You may try https://github.com/Marginal/QLVideo/issues/112#issuecomment-1742207395