Seán Hayes
Seán Hayes
I got this error when trying to parse a Gif 12.7MB large and 498x280. Uncaught (in promise) Error: enlargeMemory at enlargeMemory (fastgif.js:41) at :5000/wasm-function[10]:57 at :5000/wasm-function[13]:3364 at p._exports.then (fastgif.js:98) It...
Would there be interest in support for an Encoder as well, or should that be a separate project?
I made some changes which let you access the ".url" property of models.FileFields without an exception being thrown. Though the URLs aren't actually accessible, the lack of exceptions does allow...
I'm trying to match urls with the following pattern: `'/{url1}'` which matches `'/foo'` but not `'/',` even though `'/{url1}'.format(url1='')` would equal `'/'`. Could this be a configurable option?
Using the following directive I'm able to successfully use Recaptcha: ``` ``` RECAPTCHA_FIELD and RECAPTCHA_PUBLIC_KEY are both in my $scope. But after submitting the form (which includes a valid recaptcha...
Django==1.8.6 celery==3.1.19 django-celery==3.1.17 Postgresql I keep getting this error, I've tried both eventlet and the default worker type: ``` Task mysite.giftcards.tasks.EDeliverTask with id 32b60bb3-a538-4990-b854-775f3c97383e raised exception: ‘DatabaseError("DatabaseWrapper objects created in...
I got confused by the current text, thinking an array of objects needed to be passed in.
I have a this plugin setup so that screenshots are named after tests, and they go in directories based on the current commit ID. Reference screenshots go in another directory...
I got confused by the current text, thinking an array of objects needed to be passed in.
gifsicle is licensed under the GPL, doesn't that mean this software needs to be GPL too?