Miguel Grinberg
Miguel Grinberg
I don't know what "flask-db" is. This tutorial does not use that package. Please uninstall it, as it is probably interfering with flask-migrate.
Sounds good, I'll fix it, but your Socket.IO client is faulty if it is sending POST request without a `sid`.
Fixed by 55a9e46ff91aacfc04cb21683e12345e71fe2f98
I'm not really sure a timeout increase will help. I've found that sometimes the ML node does not seem to respond immediately after deploying a model, and regardless of how...
Instead of duplicating the existing classes that work with Redis, I would prefer to extend them to support either the Redis or the Valkey clients. This would avoid code duplication,...
@Ohnoimded Sure, go ahead and submit a PR once done.
Also mentioned in #1659
Closing this one, since it is a duplicate of #1659
Hi! Yes, I agree, we should be able to create the correct sort format.
This will be addressed after #1890 is merged. All query classes are going to have explicit arguments. Here is how `Term` is going to be defined: ```python class Term(Query): """...