thenewguy

Results 111 issues of thenewguy

Hi. I just found this project and decided to check it out. Is it intended to create two copies of the bundled files when using versioning? I.E. css_bundle_name.a6cb96e3f3795fbb06dd43c7f469ac7a94b56a86.css and css_bundle_name.css...

It would be handy if there was an example of css only indicators that could be use on pseudo elements like `html:after`

Output should be namespaced and **builtins** should be accessed from this namespace. I would guess a default of pyjaco would be used, but it should also be configurable.

Currently [get_local_file_hash()](https://github.com/antonagestam/collectfast/blob/master/collectfast/strategies/base.py#L79) reads the entire file into memory to compute the hash. It would be better to iterate the file in chunks. Sometime static files can be big.

enhancement
feature request

When copy is skipped, it would be nice if there was an option to update the timestamps when copy is skipped (https://github.com/antonagestam/collectfast/blob/master/collectfast/management/commands/collectstatic.py#L110) This is helpful for systems that remove old...

feature request

I want to try this library out and noticed there isn't a strategy optimized for NFS type storage. Would you accept a PR that adds this strategy?

feature request

It looks like python 3 support was merged with https://github.com/dmeranda/httpheader/pull/8 Please release a new version since Python 2 is depreciated / no longer supported

Is Django 2.0 / 2.1 supported?

I am getting a Bad Request error response with an empty query string like https://foo.bar/? It doesn't show up on other servers so it appears to be Rocket's issue and...

``` File "/home/vagrant/.tox/py36/lib/python3.6/site-packages/redis_cache/utils.py", line 5, in from django.utils import six ImportError: cannot import name 'six' ``` Pip freeze shows: ``` django-redis-cache==2.1.3 ``` Noticed someone else mentioned it here: https://github.com/sebleier/django-redis-cache/issues/173#issuecomment-701633501