Vincent Agnano

Results 130 comments of Vincent Agnano

Maybe coul you re-title this issue according to the actual problem?

Didn't work for me. Here's the test script : ``` var express = require('express'); var expressHogan = require('express-hogan.js'); // require('express-hogan.js') var app = express.createServer(); app.configure(function() { app.set('views', __dirname + '/views');...

Same here on 2 Mac's

Hey, thanks for sharing Serdar! Not sure where to go from that yet but I've pinned this issue for people to see your repo easier :+1:

The image at https://s3.amazonaws.com/wRCTXuPgbEOtbTzhRI8Ht.png does not exist or is not publicly available; it even returns an XML! I suppose that's why you have a FileNotFoundError. (We should raise a 404...

It is supposed to work with full url images. Therefore there’s nothing like a notion of backend for aws s3 here, just reading content from a remote url. If that...

Mhhh… I guess some debugging session would be necessary for that one. I assume we should explicitely have something like a `url_resize()` template tag (see the [media or static resize...

Hey @laurivosandi! It's been a while you reported this issue but I couldn't understand it. I might start to comprehend your point here. Probably you've been over it, but your...

Some hint based on the current library used in Imagefit: https://stackoverflow.com/a/6218425/328117 This seems simple enough to be implemented.

Wondering if we should reorient the picture or just pass EXIF metadata. I was working on the first option, but second might make more sense as it preserves a little...