Andy Beaumont
Andy Beaumont
As you can see here: https://github.com/edx/configuration/blob/open-release/ginkgo.1/playbooks/roles/insights/tasks/main.yml#L66 The insights playbook from the Ginkgo open release still tries to install the bower components, but there's no bower.json file for it to install...
Check to make sure response has a context_data attribute before trying to access it. This should improve compatibility with various other middleware, such as caches, that may not always pass...
This change enables the extension to be installed in certain versions of Firefox. I've added instructions in the README for how to actually install it to. The `.xpi` file that...
Hello. I'm _very_ interested in this project as I'd love to replace all our infrastructure DSL stuff with Python that I can reason and debug. However I think I hit...
This patch allows passing of a callable to the `COOKIE_CONSENT_DOMAIN` settings. This is useful for some specific setups of multi-site / multi-tenant Django projects - we're using it inside multi-site...
Half of this lib doesn't seem to actually work any more, is there another SDK that we should be using instead?
Hello. In the readme we have this text... > First, we customise the chooser view to expose a `country` URL parameter; to do this, we define a custom `chooser_mixin_class` for...
Just tried installing this in Oh-My-Zsh on macOS 10.13.6 (17G65) but starting a new shell shows a Python stack trace... ```File "/Users/andy/.oh-my-zsh/custom/plugins/careful_rm/careful_rm.py", line 180, in OSA = check_output('command -pv osascript',...
### [Codacy](https://app.codacy.com/gh/hactar-is/wagtail-meilisearch/commit?cid=468176452) detected an issue: #### Message: `Too many local variables (18/15)` #### Occurred on: + **Commit**: a82c198d98e257da142e7a30a8c3d356922fafb1 + **File**: [wagtail_meilisearch/backend.py](https://github.com/hactar-is/wagtail-meilisearch/blob/a82c198d98e257da142e7a30a8c3d356922fafb1/wagtail_meilisearch/backend.py) + **LineNum**: [184](https://github.com/hactar-is/wagtail-meilisearch/blob/a82c198d98e257da142e7a30a8c3d356922fafb1/wagtail_meilisearch/backend.py#L184) + **Code**: `def _do_search(self):` #### Currently...