gslavin
gslavin
Not sure about the reporter's use case, but I would like to disable mouse input globally while using PyInquirier.
I've hit similar crashes using Python3.5, which also seem to be related to the syntax used for unpacking generalizations (https://www.python.org/dev/peps/pep-0448/). Based on this bug (https://bugs.python.org/issue25969), lib2to3 should support this syntax,...
I needed to use the following ffmpeg command to get mp4 videos to work on Firefox 66: `ffmpeg -i .mp4 -pix_fmt yuv420p -vcodec libx264 -acodec avc .mp4`
I encountered this as well, and based on https://github.com/FoldingCommunity/fah-stats-front-end/issues/65, I think this needs to be fixed on the statistics site because there's currently no route that can be given a...