David Bieber
David Bieber
The Ogg files generated by your demo in the Encoding some WAV to OGG section (http://www.jpemartins.com/speex.js/) are too short. Much of the original WAV audio is lost in the conversion...
As an example: Type "10 + 10 = 20" Link the two 10s together. Now scrub so that the 10s become 20s and it will read incorrectly "20 + 20...
Allow user to specify version_info rather than assuming AST version matches the current Python version. This is useful if the user is using e.g. gast to get a different AST...
cmpops, binops, and unops already used this technique, but boolops did not. The reason this technique is preferred to using __class__ for the lookup is that when working with e.g....
I'm starting a list of things people might want to configure in their Fire CLIs - Set a function to always show --help, rather than trying to display the output....
As per #114 the default value for an argument should be visible in the help screen. Some considerations: - If the default value is a simple type and not too...
The listed percentages of total time spent on each page is higher under the Average tab than under the All Time tab. This is true for all sites except "Other"...
"Wrong version of PyObjC C API" -> updated pyobjc -> AttributeError: CFMachPortCreateRunLoopSource
I just installed aw-watcher-input with poetry. When I run `aw-watcher-input --help` I get `RuntimeError: Wrong version of PyObjC C API (got 21, expected 20)`. What would be required to update...