Slawek Bierwiaczonek

Results 28 comments of Slawek Bierwiaczonek

@TreyWW I'm thinking of removing then `"django.contrib.auth.middleware.AuthenticationMiddleware"` from middleware in *settings/settings.py* and replacing it with `"backend.middleware.CustomUserMiddleware"`. Modifying ` CustomUserMiddleware` like this (in this form query take around 0.10ms): ```py class...

I'll send a draft so that you could check it out.

Hey, I would like to help with /backend files. There is couple of nested and repetitive `if` statements that can be reduced and few `except` blocks that are to broad.

Hey @TreyWW I did some test and I assume that there might be something on your side. Every initial build on Linux took me between 40-55 seconds, on Windows 10...

Then I think that after updating a Dockerfile if the problem with long build time will persist we can comeback to this topic and search for solution if needed.

To see all the **type** errors we need to run `mypy backend/` and `mypy settings/` command. All those import errors from above except one are resolved with PR #318. I'm...

True, I did read now mypy documentation and due to the fact that *settings/* got no `__init__.py` we need to pass a additional flag `--explicit-package-bases`. Without this flag he stops...

I would like to participate. What's the main idea for the payments ? You think of having like let say 3 - 4 account tiers and just that, or maybe...