Vladimir Kaukin

Results 5 issues of Vladimir Kaukin

1. TaskAdmin +readonly_fields "created_at", "updated_at" 2. Ignore pycharm files 3. Let github.com to show "Used by" block at main repo page (setup.name, on my own experience): https://github.com/ikvk/imap_tools/commit/f1b26144bfad8c73c0ab32bd2e1a5a24878ead2e#diff-60f61ab7a8d1910d86d9fda2261620314edcae5894d5aaa236b821c7256badd7R16 4. Try in...

I wrote my own implementation of the ECS pattern: https://github.com/ikvk/ecs_pattern https://pypi.org/project/ecs-pattern/ And I used it to create an example: the Pong game. The game uses pygame and my ecs_pattern library....

Allow to specify which actors to write to the database with "black" and "white" lists: ``` DJANGO_DRAMATIQ_TASKS_NOT_WRITES = ['actor_name_that_excluded'] DJANGO_DRAMATIQ_TASKS_WRITES_ONLY = ['actor_name_that_writes_only1', 'actor_name_that_writes_only2' ```

Greetengs. **Is your feature request related to a problem? Please describe.** I have tried to use bloom on android device. `from PygameShader.shader import bloom` Builds with p4a apk: (python-for-android==2023.5.21) ```...

enhancement

Allow to specify which actors to write to the database with "black" and "white" lists: ``` DJANGO_DRAMATIQ_TASKS_NOT_WRITES = ['actor_name_that_excluded'] DJANGO_DRAMATIQ_TASKS_WRITES_ONLY = ['actor_name_that_writes_only1', 'actor_name_that_writes_only2' ``` https://github.com/Bogdanp/django_dramatiq/pull/163

enhancement