Results 114 comments of James Socol

Python 2.7 is officially dropped!

@pmclanahan Any plan to keep this going?

Try first setting the `LANG` environment variable to `en_US.UTF-8`. For example, in [the Kitsune deploy script](https://github.com/mozilla/kitsune/blob/master/scripts/update/deploy.py#L38), the call is: ``` shell LANG=en_US.UTF-8 python2.6 manage.py compress_assets ``` This is a YUICompressor...

This repo is something like 6 years out of date—it's definitely never been tested with Python 3. Originally it was just a pip-installable mirror of another source, but unfortunately I...

I'm actually surprised we didn't add it in #59

Well it's only a CSP violation if the policy forbids it. For sites that don't allow user-generated content it's not at all unreasonable. -- Sent from my phone, please excuse...

This means we'd have to add less.js as a static file and, thus, staticfiles and all that, which is a pretty big conceptual change. Maybe a good one, but not...

Oh it looks like this identified another path the tests are missing. I (or @cvan) can take some time to fix that up and get this in, but it'll probably...

Yes, I'm just curious if that's going to open a can of worms because this is a pretty significant area of code that has apparently never been hit by tests.

@cvan any outstanding comments here? @rehandalal Still want to get this merged in?