Aaron McMillin
Aaron McMillin
specifically when using an orientation: "vertical" slider. I would expect that reverse: true would cause in-selection to fill up from the bottom, not just reverse the labels. Is there an...
`homeshick diff [ ]` Should diff the current files against the ones in the castle. useful before linking to know what's getting clobbered or should be merged in.
I'm looking at: https://github.com/mcueto/djangorestframework-auth0/blob/master/rest_framework_auth0/authentication.py#L46 Where you're modifying the global config object. I'm concerned that this will get all bolluxed up if there are simultaneous requests using different client settings on...
Maybe I'm missing something here, but the authorization backend doesn't authorize anything. It just says sure that user is logged in as long as the right kwarg keys were passed...
I patched the 1.1.5 backend to connect to a remote Xapian when a (host, port) tuple is used for HAYSTACK_XAPIAN_PATH You can see it here: https://github.com/aarcro/xapian-haystack/tree/xapian-haystack-1.1.6BETA No clue how to...
It's so easy to run `zappa manage migrate` It would be awesome to do ``` events: - manage: migrate expression: rate(1 minute) ``` Note: not actually for the migrate command,...
https://github.com/zbrookle/avionix/blob/c149e4319c8c8c00d50450ec1644545340ff7322/avionix/chart/utils.py#L7 Without taking an options dict, we can't pass kube-context to tell helm which cluster to get the installations from. (Well we can, because the string handling isn't secure, we...
It would be great if these changes could get packed up for pypi. So that `pip install django-html-field django-ckeditor` would work as expected.
I'm serving my Angular app from localhost:8000, with django running a tastypie backend on localhost:8888. I'm simulating a mobile app, so I have no need or desire to have django...
I also seemed to need this Have to ask for keys if you're going to iterate them.: ``` diff --git a/index.html b/index.html index 1d33009..540c8fb 100644 --- a/index.html +++ b/index.html @@...