Chris Griffith

Results 323 comments of Chris Griffith

Yeah sadly most distros don't keep up with modern python versions (up to 3.11 and all). With all the dependencies that are hard to manage on linux and mac I...

Added all the PA options in 5.5.0! https://github.com/cdgriffith/FastFlix/releases/tag/5.5.0

Just tried and doesn't change anything. It doesn't only happen when you just turn HDR off when ImageGlass is open, it happens all the time when HDR is off. If...

> https://github.com/mpv-player/mpv/issues?q=is%3Aissue+sort%3Aupdated-desc+decryption_key This is specifically reading details from an m3u8 stream file, not a key that can be provided by command line.

I guess a better way to phrase this would be "is there a reason these protocols are not enabled by default"? I understand not allowing unencrypted `http` but might be...

Thank you for everyone who looked into this and the information! I did end up pulling and building 2.3.5post2 locally (with a python 3.10 upgrade for good measure), so do...

@paulschroeder-tomtom good find, yes. If there are keys with `.` or `[]` in them, box dots will treat them as if they should break them apart. For example in @brynpickering...

This is actually working as intened to allow you to go recursivly through Box or BoxLists as well. For example: ``` from box import Box b = Box({ "Animals" :...

This is due to how I configured confidence levels internally and just being a bit buggy in this case. Basically boils down too that `from_file` will look for both the...

Added better checks for webp https://github.com/cdgriffith/puremagic/releases/tag/1.20