Ben Rudolph
Ben Rudolph
Nice, sounds great. We're a team of 4 so have reached any significant noise level yet :)
This is with Postgresql. I believe the reason that error happens is that Postgres doesn't allow you to drop the database when there is more than 1 active connection to...
FWIW I tested with naive strategy and that fixes the issue. Thanks for the tip.
Correct, I never see the autocomplete box show up. The response from the server from what I can tell is formatted correctly too
One other thing I've noticed is that the Promise that is supposed to resolve seems to go into an infinite loop, still trying to figure out why: (check out callstack,...
When I updated from 2.0 to 2.0.1 the workaround with `base_manager_name` no longer works. Had to bump the version back down to 2.0
If I'm understanding correctly, Daphne doesn't support websocket extensions as-is and this PR would add support for that?
alrighty, i'll take a look
thanks, yes. i realize that this just enables adding extension headers to support compression, not compression itself, but this does help. channels doesn't really provide the capability to compress out...
Thanks appreciate it