Austin Bingham
Austin Bingham
The documentation warns that sometimes a "finally" block may not be executed due to asynchrony. If I have some clean-up code that needs to be run no matter how a...
This little program uses `subclip()` to take more than the available data in an input file, and then write the result to file: ``` from moviepy.video.io.VideoFileClip import VideoFileClip clip =...
At least optionally.
For some reason the tests hang on python 3.11 in CI. There are no real clues as to what's going on. CI works in all of the other versions of...
Because the VariableReplacer an VariableInserter operators produce random output, our current testing strategy for them fails. We can't know what to expect from them. Our testing plan right now is...
I'm trying to use `mmm-mode` for syntax highlighting in the markdown (technically "markua") source for a leanpub book I'm writing. The book has a lot of Python examples, so most...
It would be nice if the mode would automatically indent multi-line function arguments to the appropriate parenthesis. For example, when I tab-indent the second line in this example I currently...
Currently when I TAB through the controls in a wizard, the buttons for navigating the wizard pages always come a) first and b) consecutively for every page. This means that...
I can't figure out how to display legends for my charts. With normal chartjs legends seem to render by default, but with elm-chartjs I can't make them display at all....
It appears that parametrized pytest tests aren't properly supported in approval. Rather than treating each invocation of the parametrized test separately, approval treats them identically, i.e. it looks for the...