Kit Randel

Results 24 comments of Kit Randel

I'm experiencing this issue too in django 1.7a2, but have noted that it only occurs with `pipeline.storage.PipelineCachedStorage` (having included both `pipeline.finders.CachedFileFinder` and `pipeline.finders.PipelineFinder` in STATICFILES_FINDERS). Setting `STATICFILES_STORAGE=pipeline.storage.PipelineStorage` works.

Interestingly, CRA's eslint config is published as [eslint-config-react-app](https://www.npmjs.com/package/eslint-config-react-app) so it could be used in non-CRA apps too. The rules is defines are [here](https://github.com/facebook/create-react-app/blob/master/packages/eslint-config-react-app/index.js).

Certainly worth updating project philosophy to reflect this, but also perhaps we can consider some concrete actions to help us consolidate? Caleb and I for instance briefly discussed rebooting the...

Necro bump :skull: I don't know if python testing libs are still being evaluated, but [testtools](https://testtools.readthedocs.io/en/latest/) is excellent. It's built on `unittest` and allows you to compose custom matchers that...

> it's so much less well known or used than the standard unittest, I think maybe we should recommend unittest as the standard, but mention testtools as an optional extension...

> Should new entry to "UNRELEASED" be added as part of every PR? And at the point of release there is a PR that creates new version and moves features...

> The Juju GUI [already uses this approach](https://github.com/juju/juju-gui/blob/develop/CHANGELOG.md). Excellent!

What are some things we could consider to ensure everyone has that broader perspective? 20% time to work outside of your current project, perhaps on Fridays?

Thanks very much for the detailed response @nottrobin, good to have some context. I think you're absolutely right that there's a delineation between the traditional mostly static content delivered by...

Thanks Bartek, that's good to know. I can certainly spend some time writing up the sort of js tests we're writing in crbs-ui (rbac), which are primarily unit tests for...