Andrey Fedoseev
Andrey Fedoseev
It would be nice if you provided an `.AppImage` file along with a `tar.gz` You already have a static binary, an icon and a desktop file. That's all you need...
I use a custom haystack router that inherits from `haystack.DefaultRouter` and overrides `for_read` and `for_write` methods. After upgrading from `0.8` to `0.9` it suddenly stopped working, the `for_read` method is...
I noticed two issues with documentation related to memoizing instance methods. Consider the following case: ``` class MyClass: @cache.memoize def func(self, n): return n ``` According to the documentation, I...
В Сафари работает, со стандартными раскладками работает, с универсальной раскладкой (английской или русской) — не работает.
Hello, I'm trying to use the `--ignore-bodies-if-inherits-from` option to drop false positives for class attributes in my GraphQL schema, but it doesn't to work. This is easily reproducible: ```python #...
Since I no longer use Django in my day-to-day work (for quite a while, actually), I don't have enough motivation to keep maintaining this project. Thus, I'm looking for a...