Chris Griffith

Results 323 comments of Chris Griffith

That seems like it was added by the interpreter you are using. Are you using ipython or something other than standard cpython console?

This would need a new feature flag if added. As tuples are supported dictionary characters themselves. Consider: ```python from box import Box bx = Box({0: {1: {2: {3: 3}}}, (0,...

Confirmed with that file the behavior, with both ruamel.yaml and pyyaml as backends, so is from something in my code side looping. Thanks for raising the issue will look into!

It seems that when pickling the box, only the outer most box is set to box_dots=True for some reason. ```python from box import Box import pickle b2 = Box( {...

Just a knowledge share, in the ffmpeg docs for SSIM, they show that there are extra steps needed for handling different container types to compare. So there is a standard...

Hi @fifonik glad to hear that is part of FFmetrics! I was just updating this thread as the last information we had here was to set fps to fix miss-match...

Sorry for delay. Correct the minimum support size is 1350px wide, 750px tall. This is due to QT (frontend provider) not working well with auto sizing widgets with the Python...

Added in [5.2.0](https://github.com/cdgriffith/FastFlix/releases/tag/5.2.0)! Go to setting > UI Scaling > Disable

> Note that this has no effect on platforms such as Wayland Ah bummer https://doc.qt.io/qt-6/highdpi.html#environment-variable-reference, I wonder if there is just no way to do it with QT6 + wayland...

Sorry for delay, I have been away for past month. I honestly do not know what the issue is you are having there. [Quick google](https://stackoverflow.com/questions/53022608/application-crashes-with-symbol-zdlpvm-version-qt-5-not-defined-in-file-libqt) says try it may be...