Jacob Rief
Jacob Rief
Thanks for pointing this out. Will fix it in the next release.
It depends what you want to do. Normally its easier to do it via a classic Ajax request, but consider the overhead of a TCP/IP handshake and teardown. Sending data...
@nanuxbe thanks for explaining this so well. BTW, about celery: I recently discovered that if you use uWSGI, there is a built-in cron and timer. This means that if, for...
For each thumbnail to be created, easy-thumbnails first generates a unique name using the given parameters (size, crop, upscale, etc.). It then checks if an image with that name already...
https://easy-thumbnails.readthedocs.io/en/latest/ref/settings/?highlight=namer#easy_thumbnails.conf.Settings.THUMBNAIL_NAMER
Are you developing on Linux or do you use boot2docker? In the latter case, this could be an issue because of some NAT/Bridging stuff.
Its about a year, since I used Docker the last time. I believe that you can access the VM guest, which runs the real Docker containers. However without having hand...
I am wondering a little bit about your conclusion. ws4redis keeps open only connection per thread (of the ws-loop) to Redis, while it opens many connections with the clients. Simply...
Yes, makes sense. I'm a little bit scared about narrow placeholders and large identifiers. Do you think we could implement it via a tooltip?
@rfleschenberg what do you think about this proposal?