Simon Meers

Results 8 issues of Simon Meers

I've recently upgraded to version `1.0.0` of `django_webpack_loader` and `webpack-bundle-tracker`. I have a project set up something like: ``` - frontend/ - webpack.config.js - assets/ - cypress/ ``` The config...

I'd like to be able to model data such as this: -- whilst the sizes of the circles may be spot on there, the union/intersections relationships are way out of...

As per https://stackoverflow.com/a/69185962/284164 : Once every few hundred thousand requests I see one of these: ``` ImportError at / cannot import name 'Config' from partially initialized module 'constance.base' (most likely...

- `has_key()` returns `True` for all keys. Presumably something to do with https://github.com/django/django/commit/bb64b99b78a579cb2f6178011a4cf9366e634438 -- adding `_missing_key = None` makes it work correctly. Was testing with `python-binary-memcached==0.29`, will try newer version...

`$ pip install django-olwidget==0.61.0` on a docker container (i.e. not within a virtualenv) resulted in the following distribution of files: ``` /usr/local/lib/python2.7/site-packages/olwidget/__init__.py /usr/local/lib/python2.7/site-packages/olwidget/admin.py /usr/local/lib/python2.7/site-packages/olwidget/fields.py /usr/local/lib/python2.7/site-packages/olwidget/forms.py /usr/local/lib/python2.7/site-packages/olwidget/models.py /usr/local/lib/python2.7/site-packages/olwidget/tests.py /usr/local/lib/python2.7/site-packages/olwidget/utils.py /usr/local/lib/python2.7/site-packages/olwidget/widgets.py /usr/local/olwidget/static/olwidget/css/olwidget.css...

`package.json` seems to lock us into using version `2.3.2` of `signature_pad`, rather than the latest [4.0.2](https://www.npmjs.com/package/signature_pad). I noticed because I encountered this error: `[Violation] Added non-passive event listener to a...

solution: duplicate
scope: upstream
kind: optimization
scope: dependencies

This is awesome, thank you :) However in Lion I can't seem to switch to Space #1; #2 and #3 work fine, but switching from 3 to 1, for example,...

Running flower via `celery --broker=amqps://...` (as provided by [CloudAMQP plugin on Heroku](https://elements.heroku.com/addons/cloudamqp), for example) means when you check the Broker tab in the Flower dashboard you just see the error...

bug