Daniel Butler

Results 24 comments of Daniel Butler

Same issue here: ``` Downloading https://files.pythonhosted.org/packages/9b/70/a1b4b82187e950007959e601b5ee662d1438e45c0b80d2b1b5afd4918818/sec-wall-1.2.tar.gz ERROR: Command errored out with exit status 1: command: /usr/local/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-wkmkdm6x/sec-wall/setup.py'"'"'; __file__='"'"'/tmp/pip-install-wkmkdm6x/sec-wall/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))'...

@thelittlebug work around worked for me except that I also had to include `"wagtail.contrib.settings` to get it to work so my `INSTALLED_APPS` is exactly like his code comment. ```py INSTALLED_APPS...

I hadn't heard of them before. What would the user experience be for extending the stubs? Lets say I add more properties and methods to the product model what would...

It looks like this was accidentally reopened. In the merged PR `shipping_method` is checked for `None` This is the closest link I could grab. The check is at line 171...

I think this is really interesting! If you are able to include code snippits and a general idea of the export/import result that would be really helpful! I have a...

Checkout Button to match the new Oscar bootstrap layout, but it doesn't seem like this is the right way to implement this and should actually be in the payments page....

Rename Paypal Express to Paypal Checkout because paypal changed the name [Article describing the name change](https://www.businessinsider.com/what-is-paypal-express-checkout) [PayPal's Checkout Website](https://www.paypal.com/us/webapps/mpp/paypal-checkout)

Are you setting the `$HASHED_PASSWORD` As specified here? `export HASHED_PASSWORD=$(openssl passwd -apr1 $PASSWORD)` (Optional): Alternatively, if you don't want to put the password in an environment variable, you could type...

For the purposes below I am assuming the organization I would get all the repositories and their related commits from is called `gh-organization`. The github's owner id of gh-orgnization is...

Yes that would be cool! I wouldn't mind helping. Is this the meat of it? https://github.com/dogsheep/twitter-to-sqlite/blob/21fc1cad6dd6348c67acff90a785b458d3a81275/twitter_to_sqlite/utils.py#L512 It looks like the cli option is added with this decorator : https://github.com/dogsheep/twitter-to-sqlite/blob/21fc1cad6dd6348c67acff90a785b458d3a81275/twitter_to_sqlite/cli.py#L14 I...