Tiemo

Results 10 comments of Tiemo

@jonathan-s this is the solution that I suggested you over email. While working on this I noticed that the view and its context are rendered twice during the page_render call....

Hi, Threading issues are always hard to reproduce or even prove. So I did some digging into Channel's code, and found this: https://github.com/django/channels/blob/ece488b31b4e20a55e52948f21622da3e38223cb/channels/consumer.py#L104 It seems that your consumer ultimately inherits...

Unfortunately I haven't had time to look into this PR. However, I did take some time today to get to the bottom of the blocking behavior. I was a little...

Ok, so I finally managed to pin this down. It seems that asgiref 3.3 has changed `sync_to_async`'s behavior to run code in a singel thread (the main thread) by default,...

Well, if you force asgiref

Yeah, I was actually kind of waiting to see where they are going with this. That PR you've linked doesn't really solve the entire problem and seems to be stranded....

Encryption doesn't really add any security in this case, unless you have a safe way to store the encryption keys. One possible solution would be to somehow derive a key...

After some more investigating I found out that changes made on iOS devices are reflected on other iOS devices. The only changes that are not reflected in HomeKit are changes...

At the time I wasn't quite sure about the cause of the problem, but I might give it another go.

Hey @izyumkin I'm looking to use your emoji picker in an app that I'm currently working on, but the lack of a search option is a deal breaker for me....