Josh Holmer
Josh Holmer
Do you have an update on this? The breaking changes to vapoursynth have been out for a few weeks and are now pushed to the Arch repos. vspreview is completely...
I'm still receiving the same error with that patch. To be specific, the error I'm getting is `module 'vapoursynth' has no attribute 'AlphaOutputTuple'` in core/types.py line 697.
I'm trying to do some debugging locally. Looks like `AlphaOutputTuple` was renamed to `VideoOutputTuple`, but after fixing that, I hit another error. I'll keep going, hopefully eventually I'll have something...
@DJATOM It looks like these are the remaining fixes to get it to work: https://github.com/shssoichiro/vapoursynth-preview/commit/5e8eb1ff1f930068f49a98d48a6180319a331a55
@omaru-ok if you read the error message, when you try it with `https://` instead of `git://` it gives a different error. You need to `pip install --user wheel` then run...
Well, the segfault does seem deterministic. It is indeed weird that it's only on Mac. I don't particularly have a Mac to run gdb on...
It doesn't seem to be working correctly, for me at least. I see that the window settings are saved in the global config, but when I reopen vspreview, the window...
Hi, I wanted to see if there was any update on this, or if someone had found a workaround for it? This is a blocker for the project I'm currently...
The `Serialize` trait is implemented, but not `Deserialize`. This was intentional--I didn't see a use case for needing to deserialize the data types, since the data structures from zxcvbn are...
@dependabot rebase