Tobias Birmili
Tobias Birmili
I ran in this issue today. I have a project which has for some customers special functionality. This is realized by an env-var which then in a modified settings.py loads...
Well, 6 days is nothing. People also have to do $stuff. — I'm also trying to use it in Safari 8 and it's weird. The [Demo/Test](http://tbosch.github.io/autofill-event/test/manual/web-form.html) seems to work, but...
Intuitively I just thought about simple RGB-negative as in (255-{R,G,B}). `.invert(using='hurr?')` smells a bit enterprisey, but may also be an option if there many useful ways.
Jeah. It does not work in FF because of: ``` TypeError: keyframes.insertRule is not a function Snowflakes.prototype.updateKeyframeHeight = function() { if (keyframes = this.findKeyframeAnimation("falling")) { var height = this.pageContainer.offsetHeight; if...
Jo, so I had a few Minutes and added Firefox compatibility in #9
Indeed it would make debugging much easier. My example: ``` module.minio.minio_iam_user.my_user: Creating... Error: Failed to parse server response: invalid character '
Spent an hour wondering why the dump exported via `call_command` fails while the one created with `manage.py dumpdata` works… Ugh. Any workaround available?
Okay, the main issue is that when I do `call_command("dumpdata")` in my own command, `sys.argv`is `['./myproject/manage.py', 'create_backup']` … so indeed it doesn't do [this magic](https://github.com/django-polymorphic/django-polymorphic/blob/master/polymorphic/base.py#L244)…
My workaround at the moment: not using `call_command` but `subprocess.Popen` to do dumpdata… it works :)
Found this too while wondering why our (ceph based) S3 bucket is so full… apparently this option is ignored.