Miguel Grinberg
Miguel Grinberg
Overall the content is very good (as usual). But I have a few small corrections: - The WebSocket diagram shows only server-push, but that is half of what you can...
Currently, `pickle` is used, without an easy option to change it.
The `launch_task()` function starts the background task in the RQ worker, and then adds a `Task` entry to the database. In general this is okay, but there is a chance...
I have written a tiny version of pyjwt, which I plan to use to handle web sessions in my Microdot library. Would there be any interest in adding it to...
Discussion: https://github.com/miguelgrinberg/python-socketio/discussions/1040
The errors should honor the `Accept-Encoding` header sent by the client, at least JSON should be supported in addition to HTML for API clients.
This will enable clients to discover new links, instead of having to manually craft URLs from `id` or `slug` values.
The `Binary` class has a problematic implementation of the `__str__()` method that assumes `str` and `bytes` are interchangeable. Example: ``` Python 3.5.2 (default, Sep 28 2016, 18:11:34) >>> from boto3.dynamodb.types...
### Describe the bug I'm using the `docker run` command with a mounted folder on `/var/lib/questdb`, as documented in the Get Started / Data Persistence section. It appears that on...