tkozybski
tkozybski
As in the title _get_config_py_preference is failing on startup saying that config_py is NoneType, so it wasn't initialized? Looks like this code isn't getting called ``` addHook('profileLoaded', init_preferences) # ToDo:...
By splitting the frames evenly between chunks they will start/end in the middle of the scene, lowering compression efficiency and/or quality. I propose to add functionality to detect scene changes...
If you have large amount of (long) TextBoxes in Avisynth, the height of the Code Editor popup may exceed the monitor height, making it impossible to confirm changes. I have...
Hello There's an issue with the syntax, both async and not, compiled and not. MySQL doesn't support merge but it could be substituded by InsertOrReplace like https://stackoverflow.com/a/42663205 but I can't...
Hello. There's some macro definition issues with MSVC, because __cplusplus returns 199711L even for CPP17. _MSVC_LANG should be used for CPP14+.