Jon Dufresne
Jon Dufresne
I too am running into this issue. I've added the following to my `settings.py` to workaround this issue. ``` if DEBUG: STATICFILES_STORAGE = 'pipeline.storage.PipelineStorage' else: STATICFILES_STORAGE = 'pipeline.storage.PipelineCachedStorage' ```
> Add jazzband account to PyPI project as maintainer role I did this just now. @jezdez, can you confirm all is set? I'm no longer using django-redis in my day...
> I tried to add a test, but adding non-English characters to the test code seemed to be a problem. Can you clarify? It should not be. We should add...
> Per the spec it should exist for every Web IDL interface: https://webidl.spec.whatwg.org/#ref-for-dfn-class-string @saschanaz Could you provide some guidance on how to approach this issue with the provided information? Without...
> It sounds silly, but maybe we can wait for Rails 8 to do this, and let everyone fix their test suites at once joy This works for me and...
Something like the following may assist with a one time global search and replace: ``` find . -name \*.rb -exec sed -i -e "s/can't be blank/can’t be blank/g" {} \;...
Any chance this PR could be looked at? I would find this feature extremely useful. Thanks.
I don't see any documentation on building the project. If I missed it, please let me know and I'll try to follow it. I took a guess and ran `ant`...
> are you on the develop branch? No. I'm on @laurentmartelli's `next_release` branch so as to test this change. Does this need to be rebased?
Just tested, the `develop` branch builds fine for me, just not this one.