NaZ

Results 16 comments of NaZ

Like you, I have had several issues with Idle/Imap that I was not able to fix: 1) It only fires events for the first few new emails 2) I am...

I also have this issue! This renders IDLE useless (after the first mail). Any suggestions?

Any info how to use use `rest-framework-jwt` with `channels`?

Firstly, thanks for this important upgrade! Please note that for me, when the server-side raises an exception, the **client** terminates. For instance, changing the ```echo-server.py``` app to raise an exception,...

This will cause the connection to fail on "Sent non-empty 'Sec-WebSocket-Protocol' header but no response was received", if the server does not respond back with the same protocols. Details: [stackoverflow.com](https://stackoverflow.com/questions/34198566/websocket-error-during-websocket-handshake-sent-non-empty-sec-websocket-proto)

Looks like PR #105 from @mkaluza handles this exact issue - any idea when it can be merged?

I tried running it on a Zero 2. I guess it's not supported

I am not sure this is the same problem. I am trying to reference a object with nested ids. Maybe someone can help? Object with nested references: ``` {"user": "id":...

Has the rewrite to Angular 4+ been completed? Asking because the examples on the front-page seem to still refer to AngularJS?

I fixed this in a separate branch: https://github.com/NadavK/django-googledrive-storage. It's a breaking change, so am not requesting to merge back. Would appreciate if @torre76 can comment if maybe there is a...