cid-chan

Results 12 comments of cid-chan

Rebase the PR onto master when you're done and ready to undraft it.

Setsu, the .pyi-file is there to document the **public** API of the vapoursynth module. It shouldn't describe every minute detail of the vapoursynth-module, **especially internal classes a user will never...

The problem is that you can't easily find out which clip caused the error if you get arError. You'd need to implement 1b from the VSAPI changes in that case....

The PoC I did enables this: ```py [nix-shell:~/Documents/Projects/Privat/VapourSynth/vapoursynth/cid-poc-839-sol2]$ python Python 3.10.5 (main, Jun 6 2022, 12:05:50) [GCC 11.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>>...

The function EnvironmentPolicyAPI.destroy_environment is responsible for that. It's the equivalent to `vpy4_freeScript(VSScript *se)` (in fact freeScript calls destroy_environment internally). A normal script can't successfully call register_policy (and receive an instance...

I agree, this specific warning should be debug. I do not agree that this should be debug in general.

FrameEval runs Python Code. Python has the infamous GIL that lets the interpreter only run one thing at the same time.* If you want to parallelize your code, get rid...

Running gamescope within a nested compositor yielded me this result. https://user-images.githubusercontent.com/76440879/212472892-27c7775f-6d2e-4c79-9aca-21cc2a413738.mp4 There is far too much mouse sensitivity. (test.sh just makes a white terminal to increase contrast with my mouse...