Justin J

Results 94 comments of Justin J

Yes - see: #836 - javascript (at the very least) need to be referenced in the header.

I'm probably not going to change where the, "testing" tab is, but there is a feature request to have a testers list, #756

I don't have a lot of answers to those specifics, but I would think that a testers sublist would be similarly worked with as any of the other sublists used...

Imager looks like the way to go: https://metacpan.org/pod/Imager https://github.com/tonycoz/imager

Resize an image: https://metacpan.org/pod/distribution/Imager/lib/Imager/Transformations.pod#scale() We can also just start off with jpegs to change the quality: https://metacpan.org/pod/distribution/Imager/lib/Imager/Files.pod#JPEG I think I like the idea of doing both. Having a max width/height,...

Image::Resize is already used in Dada Mail, so it could make sense just to reuse it for this application, to get things started. It doesn't support compression natively, but the...

Perhaps I can use the already in there jquery validation stuff

Being able to sort by score would be nice, but we would need to add the bounce scorecard table to the main SQL query (via a JOIN)

This wasn't implemented; opening back up!

If there's no time zone, I don't see a reason to make the value being saved be all that complicated. Also the sql column will still just be, "TEXT". Saving...