Hong Minhee (洪 民憙)
Hong Minhee (洪 民憙)
Apparently Windows 10 supports paths longer than 260 characters without any prefix, and Python would eventually fix this at `os.path`/`pathlib` module. https://bugs.python.org/issue18199
We might be able to replace Wand with Willow. https://github.com/wagtail/Willow On Fri, May 5, 2017 at 3:25 Jean-Philippe Morin wrote: > I would like to have an idea of the...
Does it purpose to invalidate client-side caching?
Is the problem caused by query string, or impossibility to determine when exactly things are updated?
Okay. So there a trivial suggestion: passing an actual `datetime` value would be better than its encoded string representation, namely `created_id`. I think the better place of responsibility for how...
Currently not fixed.
You can put any arbitrary columns to `UserImage` class e.g. `type`, and union two types of images (`avatar_image` and `background_image`) into one table and distinguish two by filtering `type` column.
If we will do more abstraction as you suggest, we should rename its name first of all. :smile: Frankly I’ve been asked the same needs several times before, but currently...
@mwhite Yay, I’ll be pleased and review the patch if you submit it. Though the project name should be changed, too.
How did you run tests? We recommend you to use [`tox`](http://testrun.org/tox/) e.g.: ``` console $ tox # tests run on py26,py27,py32,py33, and pypy $ tox -e py27,py33 # tests run...