Clay McClure

Results 7 issues of Clay McClure

When using djcelery.schedulers.DatabaseScheduler: 1. Define a periodic task 2. Run celerybeat 3. Observe task added to djcelery_periodictask table 4. Rename the periodic task 5. Observe new task added to djcelery_periodictask...

In researching #70, I ran across [Proper Handling of SIGINT/SIGQUIT](http://www.cons.org/cracauer/sigint.html), which recommends that if a child `exec`ed by `honcho run` exits due to `SIGINT`, Honcho should `kill(SIGINT)` itself in order...

The Python and Go implementations both look for `.bazelversion` only in the workspace root.

awaiting-user-response

I'm using [the Facebook JavaScript SDK to implement Login with Facebook](https://developers.facebook.com/docs/facebook-login/login-flow-for-web) in a Flask project. I've written [some code to integrate with Flask-Social](https://gist.github.com/claymation/9966766) and am wondering if this is something...

Fixes: ``` Traceback (most recent call last): File "../../lib/python2.7/site-packages/djangosphinx/config.py", line 56, in print render_to_string(getattr(settings, 'SPHINX_CONFIG_TEMPLATE', 'conf/sphinx.conf'), context) File "../../lib/python2.7/site-packages/djangosphinx/config.py", line 29, in render_to_string return shortcuts.render_to_string(template, context, context_instance) AttributeError: 'module' object...

Option text that includes HTML entities (`&` and friends) appeared in the pulldown as raw HTML (`&`) instead of a rendered entity (`&`). This change allows HTML entities to appear...

I frequently run `devcontainer exec` as part of my command line-based development workflow. Since I'm already in the workspace directory (folder) when running the command, having to specify `--workspace-folder .`...