Jacob Rief
Jacob Rief
The only part where `SASS_PROCESSOR_INCLUDE_DIRS ` is used is [here](https://github.com/jrief/django-sass-processor/blob/2639eeda8722969b4286f8f95d5e7d41fd8fb6f2/sass_processor/processor.py#L27). There a potential `pathlib.Path` object is converted to a string anyway. I'm wondering why you don't receive a string.
If you run ws4redis you can dispatch the websockets by their session-id. In general, I always suggest to use websockets from the server to the client, and pure Ajax the...
Thanks for this pull request, but no unit tests are provided. Please add them before approving it.
Interesting question with a use case I never had! From how I remember the way the code is written, there is no way to get this number. ws4redis and Redis...
Only because I didn't add any new features in the past month does not mean, that I don't actively develop it. Look at my GitHub profile, and you will see...
Since I have no access to S3, I can't test this. Would you be so kind and share the patch of your colleague as a PR.
`status_callback` then would have to become an additional configuration parameter. This should be documented.
@leonard-chen Currently, I unfortunately have no free unpaid time to improve this project.
Have you been able to setup the simple chat servers? On my any many other machines they work, so you should be able too, to get them up and running....
Have you installed gevent and greenlets? What platform are you using?