Tadek Teleżyński

Results 12 comments of Tadek Teleżyński

Have you tried leaving the `host` and `port` blank? i.e. `mysql://USERNAME:PASS@:/DB_NAME`?

Thanks, @0xabu for a quick reply! Even with the 0.5 const down to 0, I'm missing some of the letters... I dug a bit deeper and I believe it is...

@lemon24 great initiative! These leaks are hurting us too. How far are you? Is there something I can help with or do you have a workaround for these issues?

I encounter the same issue — in drf throttling, but it works for me individually but fails in the whole test suite when running with `pytest-xdist`. I'm not using a...

@timonweb How is it going? I'd be happy to help

I believe this is a django ticket related to the problem: https://code.djangoproject.com/ticket/20581

@meetDeveloper can we get this merged?

@quentint, I was reading the code and I can't really say why it does not work for contenteditable elements... But it doesn't. What am I missing?

I see the same error when using OpenAPI 2 specification (I'm on macOS) The `operationId` field is definietly there but I don't have summaries.

The 404 response is due to the erroneous endpoint definition. In the `EndpointsMixin.send_direct_message` the URL is defined as `direct_messages/new` it should be `direct_messages/events/new`. Unfortunately, this is not enough. The example...