EricBrunel
EricBrunel
I have an issue while trying to download an episode of this podcast: https://anchor.fm/s/1bf05abc/podcast/rss Trying to dowload episode 9 for example ("DEVIN TOWNSEND PODCAST #9 - The New Black") seems...
Singleton tuples are killed by pyminifier: something like "`(42,)`" is turned into "`(42)`" by the minification process, which doesn't mean the same thing at all. This happens in `minification.py`, in...
Very simple example with the following file: ``` class MyClass(object): first_variable = 42 """Second variable docstring.""" _second_variable = 'foo' ``` The result of the minification is: ``` class MyClass(object): first_variable=42...
### What happened? Replying to a post usually automatically includes all the handles of users in the original post. However, this doesn't seem to work if a user handle is...
### What happened? After entering the Mastodon instance name, the fields for the user name and password on the instance never appear. Instead, an error message is displayed, saying: ```...
It would be nice to have a way to put some descriptive name for the link in the menu instead of the URL. The URL can be quite cryptic, and...
I'd like to record loops of a fixed time, like for example, 4 bars of 4/4 at 90bpm I thought I could achieve that by setting the tempo and the...
### Context I'm basically trying to debug the latest version of tcl/tk (9.0.1), compiled from the source code on an Intel iMac with macOS 10.13. I got valgrind from Homebrew...