Jacob Magnusson
Jacob Magnusson
It should be noted that the convention with Python code these days is to be compatible with both py3 and py2 with the same codebase. To make sure that it's...
I would love to see this.
Thanks for your input @neithere. I did not think of the annotation functionality of Python 3 and tbh I've never used it. Is there a way to combine both? I...
Any news here? Some other use cases in addition to logging could be: - `--dry-run` - Hook in a pdb trace in case any of the sub-commands raise an exception,...
I don't know if I'm experiencing the same bug but sometimes when I try to close one tab, another one is closed instead. This seems to happen when Firefox has...
Great proposal @kbknapp. Having a `--no-*` equivalent just feels natural when it comes to boolean values. Perhaps this could even be the default, considering that v3 is still in beta?...
I just mean that it would be nice if ipdb could support the `-m` flag just like Python. Nothing more nothing less. ``` bash $ python --help [...] -m mod...
Yeah and that won't work with packages that use relative imports (`from . import db`). The error thrown is `ValueError: Attempted relative import in non-package`. Also it's really nice to...
I observe the same behavior as OP but where I have only set `bump-minor-pre-major` to `true`, while leaving `bump-patch-for-minor-pre-major` to its default value of `false`. Only workaround I know to...
I can confirm that `wget` at least fixes downloading of [GeoLite2-City](http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz) in alpine 3.6, if `apk add --no-cache wget` is run before. Haven't done any further testing.