Jacob Rief
Jacob Rief
Another note on this: Slugs currently are not validated against having uppercase letters. This is a problem, because [`validate_url_uniqueness`](https://github.com/django-cms/django-cms/blob/develop-4/cms/forms/validators.py#L23) then validates URLs which only differ in the case. I would...
You wrote: > Since a solution to preserve animations on GIFs is a bit tricky I made a little workaround to prevent thumbnail creation for GIFs. Is there any way...
For me it seems to solve a problem, which is too specific to one use-case. If this is really a problem for animated GIFs, then I would apply it only...
> I would like to start a new uwsgi server to serve the requests from my custom websocket port to the redis backend Yes, that's the intention of this project....
I somehow don't like to use random colors as fallback. Reason is that it adds a layer of unpredictability to the outcome. If a users want randomness, he shall explicitly...
I currently have no resources to migrate ws4redis to Django.1.11 Any volunteer here?
Thanks Emma!
I'm unsure if Captchas are still a feasible solution to prevent form abuse. OCR often is better than humans, making Captchas obsolete. Using Google's Recaptcha might be a solution, but...
Yesterday I had a look at possible solutions. Captchas decrease the user experience and that's the opposite intention of this library. Therefore instead of Captchas, I would suggest to let...
Interesting problem. Just for curiosity, what are you using the Google-Translate script for?