Miguel Grinberg

Results 484 comments of Miguel Grinberg

You can lint the code yourself very easily: ``` > pip install flake8 > flake8 app/* app/__init__.py:99:1: F401 'app.models' imported but unused app/__init__.py:99:1: E402 module level import not at top...

This happens because the Python that ships with macOS is missing the `scrypt` module. You have two possible solutions: - Install a different Python, such as one from python.org or...

If this happens with the "posts table" migration included in this project, then my guess is that there is some small difference between sqlite (which is what I used when...

@yuxiaoy1 No, thanks. I manage many projects and prefer to have a consistent management solution. When/if I decide to auto-format my code, I'll implement a general solution across all my...

The CI errors indicate you haven't given this problem enough thought. The change is not as simple as you may have initially thought. When I have time I'll look into...

I have made this change myself now. Thanks.

I am open to merging a PR that adds this, but fair warning, this isn't going to be as great as you seem to think it will be. > Full...

@pquentin yes, I would keep the version checks for a while, in case we want to run the test suite locally.

I don't know what to suggest, as the tests pass on my CI. My guess is that this isn't related to the update but to some other condition in your...

Please provide logs of the client and server.