Ahmed Refaey
Ahmed Refaey
pip fails to find `django-billing`, is it a dead project?
I always see this error in logs, I use: ``` django-bootstrap-form==3.2.1 pinax-theme-bootstrap==7.11.0 ```
I was trying to send an event to a named channel `test` as in the docs, and this worked fine with the `Channels` setup. However, After configuration against fanout/pushpin proxy,...
``` const text = 'لماذا نعيش؟'; const print = console.log.bind(console, '>'); print('text to slug: ', text); // > لماذا نعيش؟ print('text slugged: ', slug(text)); // > undefined print('text really slugged:...