Maksim Kurnikov

Results 26 comments of Maksim Kurnikov

For `AUTH_USER_MODEL` you can try `get_user_model()`, it has plugin support. UPD. Oh, sorry, I think I got the context a bit wrong. `settings.AUTH_USER_MODEL` as a type annotation won't work, yeah,...

Hi, I've made a `1.11.0` release from the latest master, please check that everything works as expected.

I think new PyPI releases could be created on every release tag in the repo, it will simplify release maintenance a little bit. I do not have enough time and...

I'll try to implement it myself this week, feel free to take it over if it's not yet done by the end of Sunday. On Tue, May 24, 2022, 18:03...

Aaand I probably won't have time for that, sorry, please take over. Tag me later if you need anything from me.

> "LazySettings" has no attribute "[every setting variable, for example AUTH_USER_MODEL, DEBUG]" `djangorestframework-stubs` install `django-stubs` too as a dependency (I should mention it the README). So, you need to install...

Does `pyright` support descriptors? It's what drives model field support.

There are plans to support new Move features. We're starting with Aptos support, implementing new things from https://medium.com/aptoslabs/the-future-of-move-at-aptos-17d0656dcc31 and then repurpose those for Sui, if features are similar enough. Looks...

Hi, you can use Qodana for that. https://www.jetbrains.com/qodana/ I made an example repo here https://github.com/mkurnikov/qodana-move

There's a way to run the formatter from the plugin as a CLI application https://www.jetbrains.com/help/idea/command-line-formatter.html You'd also need to install Intellij-Move plugin either manually from the IDE, or from the...