Miriam Campos-Quinn

Results 10 comments of Miriam Campos-Quinn

@dericed I don't disagree... fwiw I wasn't looking for someone to 'solve my issue for free' but to start a conversation since I had tried to create the same environments...

OK neat. I will try to document some more controlled tests next week.

I gathered a test batch of files and ran the following tests on one machine with just a basic install of the latest release. I left the preferences at defaults....

It was easy enough to reinstall from git HEAD (and ffmpeg at HEAD as well) and the output was simpler to make sense of. Zero crashes, for starters! Time allowing...

I have a function that takes a path and does a recursive chmod through it... that could be adapted to check the required permission before doing a permission change. You...

It's an `os` [function](https://docs.python.org/3/library/os.html#os.chmod), but I don't know how fully it's supported on Windows given your needs? > Note: Although Windows supports chmod(), you can only set the file’s read-only...

So good. Will keep an eye on this too.