Miguel Grinberg

Results 534 comments of Miguel Grinberg

@ThiefMaster Yes, that's my #2 option above. What I don't like about that is that I need to create an arbitrary major version change in my project because a dependency...

@lu-zero it's a non-trivial effort, but in any case, what's the point of doing it? If we are going to make click work exactly like Flask-Script in a transparent way,...

> what versions of flask-script works best with which version of flask? I never saw incompatibilities, as far as I know Flask-Script continues to work well with Flask, even the...

> Suppose I recreate my mappings per the persistence ORM-like classes. I cannot use init(0 as they already exist in the index. How does the package handle this situation? If...

There is no support for the test client at this time, sorry. You can implement your own testing set up, for example by calling your websocket endpoint with a mocked...

Thanks for posting your solution for others to see! I do not recommend that you access the `__wrapped__` element, though. You are using private parts of the Flask and Flask-Sock...

What do you mean by "local"? If you are using localhost for your server, then a change in your network is not going to make any difference.

Did you make any changes to the code? Did you try one of the examples in this repository?

Thank you so much once again!