Adam Hitchcock

Results 35 issues of Adam Hitchcock

use `tput civis` and `tput cnorm` to hide and show the cursor while the spinner is running.

Our team uses several editors and it would be nice to have a single source of truth for isort configuration

hopefully this will include support for setup.cfg

This adds support for a custom config file location via the new `$MACKUP_CONFIG` var or by checking for `$XDG_CONFIG_HOME`. It searches for config files in the following order: - `~/.mackup.cfg`...

## xonfig ``` $ xonfig +------------------+-----------------+ | xonsh | 0.9.8 | | Python | 3.7.4 | | PLY | 3.11 | | have readline | True | | prompt toolkit...

bug
environ
choosing-default

[boom](http://d.pr/i/WkwO.png) ``` python class FlaskRequestArguments(arguments.Container): ip_address = arguments.String(lambda self: self.input.remote_addr) class TempestRequestArguments(FlaskRequestArguments): def get_forum_from_request(self): referrer = urlparse(self.input.referrer) referrer_qs = parse_qs(referrer.query) forum = referrer_qs.get('f', None) return forum country_code = arguments.String(lambda self:...

this means it won't work unless the url is anything other than the default of `http://flashair/`

When trying to cancel a registration where a voucher was used the refund keeps on failing.