Samuel M.

Results 5 issues of Samuel M.

Hi, Excellent stuff, I just wanted to point out that you used "input" as a variable name, it's actually an inbuilt names reserved that perform an action, it let's you...

I'm learning how to setup django-websocket with redis https://django-websocket-redis.readthedocs.io/en/latest/api.html#use-redispublisher-from-inside-django-views and I'm calling it like this message = "Percentage {0}% \t {1}/{2} \t {3}".format(percentage, counter, (width * height), delta) print message...

Hi, I'm coming from using pyuploadcare back to this and one key thing is using a ratio like 1:1 or 2:1 for image dimension then say crop center instead of...

I'm setting up a site using static `pinax start static mysite` but unfortunately setting up the admin is hell, ``` TemplateDoesNotExist at /admin/ admin/homepage.html ``` ``` Environment: Request Method: GET...

I know this error comes from not importing the `CanvasSpliner` what I did is include it before the script $(function() { var cs = new CanvasSpliner("can", 300, 300); }); then...