slorg1
slorg1
@arnotes I recommend looking at: https://github.com/SmileyChris/graphql-ws
Proposed an implementation of a fix for the described issue: https://github.com/llazzaro/django-scheduler/pull/195
@AndreaCensi kindly, please review this and, if you approve, let's merge it in to keep being compatible with Python 3.6+
@LucaPaterlini thank you for your PR, it looks like we had the same idea. Could you please look at my PR #84 I did similar changes but made the code...
Hi, Thank you, Ned! I have posted a PR #84 for this. Best
@AndreaCensi kindly, please take a look at this PR. Thank you.
Hi, It seems like this is a dupe of: https://github.com/AndreaCensi/contracts/issues/72 Thank you. Best.
@asfaltboy while I understand that tests are important: Can we get this approved? The tool is losing a lot of functionality by not having this issue addressed. Thx!!
Hi, I am finding a potentially related issue: I have I activated the `STATICFILES_STORAGE` to `pipeline.storage.PipelineStorage` and set the `STATIC_ROOT` where minified and non minified versions of my files live....
@TylerLubeck Hey, Sorry, I meant to do a pull request and did not get around to it. Right now, I monkey patched it. Here is what I have (working). I...