Kyle Gibson

Results 29 issues of Kyle Gibson

The documentation says that I only need to set `http_proxy` or `https_proxy` if I'm using a proxy. However, I get the following traceback when trying to deploy: ``` File "/home/vagrant/PolicyStat/pstat/pstat_deploy/provisioners/pstat/littlechef_provisioner.py",...

bug

The following HAML markdown, ``` :markdown [Account Details]({% url account_details %}) ``` causes this error: ``` TemplateSyntaxError at /accounts/view/all Invalid block tag: '%20url%20account_details%20' ```

Currently, RECAPTCHA_PRIVATE_KEY has to be defined, even when RECAPTCHA_DISABLE is set, otherwise this stack trace happens: ``` File "/home/vagrant/env/lib/python2.7/site-packages/snowpenguin/django/recaptcha3/fields.py", line 18, in __init__ self._private_key = kwargs.pop('private_key', settings.RECAPTCHA_PRIVATE_KEY) File "/home/vagrant/env/lib/python2.7/site-packages/django/conf/__init__.py", line...

question

Moto version: 1.3.14 Consider the following example. My system is configured such that the boto3 S3 code will execute properly, on its own. However, if I execute the moto code...

File "/home/vagrant/env/lib/python2.6/site-packages/devserver/modules/sql.py", line 62, in execute `formatted_sql = sql % (params if isinstance(params, dict) else tuple(params))` UnicodeDecodeError: 'ascii' codec can't decode byte 0x8b in position 1: ordinal not in range(128)

If `DISABLE_QUERYSET_CACHE` is set to `True`, `QueryCacheMiddleware` is a no-op. However, `celery_enable_all` (specifically, `johnny.cache.utils.prerun_handler`) calls `patch` indiscriminately.

I discovered that if you want a true/false with a environment variable, the only combination that matters is whether the value is set or not: foo.env: ``` test_1=false test_2=False test_3=1...

A `.env` file with spaces can't be `source`d unless the values are quoted, but then the quotes are preserved in the rendered output, but not preserved in the shell: ```...

Hi, We just came across your project and are excited at the prospect of integrating it into our development work flow. For requirements management, we currently use a tool that...