Miguel Grinberg
Miguel Grinberg
Including the tests in the Python package is actually a mistake, there is no point in installing tests when users install the package, so I'm going to remove them. If...
This is a neverending discussion that I don't think we'll be able to settle here. The fact is that the vast majority of people do not need or care about...
Delete the bad migration file (the one that failed to upgrade), then you should be able to run `flask db migrate` again.
You should delete the migration file that fails to upgrade. Just that one file. It is going to be listed as the latest migration script in the history report. If...
Not planning to invest time fixing Sanic bugs anymore. Use the ASGI support instead.
The [documentation](https://python-socketio.readthedocs.io/en/latest/client.html#tls-ssl-support) shows examples of how to set the CA bundle.
This is extremely old, and memory leak bugs have been addressed since then, so I assume it is fixed.
The `decode_components=True` option can be passed as an extra option when creating the `RedisManager` class instance and then Redis will apply urldecode to the passed URL.
@sahasourav123 if you can provide details to debug this, please open a new issue.
Not planning to add custom interrupt handler for Windows at this time, given that it is possible to disable the UNIX-friendly handler that is provided and install a custom one...