Miguel Grinberg

Results 484 comments of Miguel Grinberg

The sphinx template does not format the code correctly, did you notice? I think for this to look okay the font used in the source code pages should be reduced,...

> The logs and errors offered no clue. How so? If you enable logs (add `logger=True` and `engineio_logger=True`) to your Socket.IO constructor you see all the traffic that is exchanged....

This code is a companion to the Flask Web Development book by O'Reilly. The book is the best way to learn how to work with this application.

Yes. This is a change that was made in the repository after publication. While it is okay to use the version number in the package name in most cases it...

I don't have a copy of the book at hand right now to check. Do you have the 1st or 2nd edition? The first edition used the `api_1_0` name (code...

Okay, sorry, I think now we are finally on the same page about this. You are correct, that sentence is the only problem, and it is an inadvertent carry over...

@00riddle00 If it was up to me, there would already be a 3rd edition out, updated with all latest versions of Flask and all other dependencies. But I do not...

Because that creates a dependency between Flask-WTF and Flask-Login. Having code that depends on too many things is bad, because the more dependencies the less portable the code is. So...

I'm sorry but I don't understand what the problem is. I don't use Flask-Limiter, so if you have a specific problem with the extension you need to ask in a...

This is fine, but if the application is configured to use elasticsearch I think it is better that errors are generated, which will alert you that you have an issue...