Stanislav Khlud

Results 9 issues of Stanislav Khlud

Fix dark theme and update deps

If I don't register any callback, the app will crash on download start with this (same with IOS) ```console I/flutter ( 5251): Fatal: could not find callback D/HostConnection( 5251): HostConnection::get()...

bug

## Description Add a setting for max page size for global pagination. Our team discovered that by default, page size is unlimited which could lead to API abuse and the...

The error occurs when using the latest version of click ```console Traceback (most recent call last): File "/home/runner/work/project-test/project-test/.venv/bin/cruft", line 5, in from cruft._cli import app File "/home/runner/work/project-test/project-test/.venv/lib/python3.11/site-packages/cruft/__init__.py", line 6, in...

Add way to extend field mapping for ModelSerializer without redefining. As of now the only way to do it is to make such hack ```python class ModelSerializer: @property def serializer_field_mapping(...

Resolves #288 A simple check that tests connection to email client without sending an email.

**Describe the bug** For some reason, this python code ```python STRIPE_ERROR_DESCRIPTION_MAP = { "authentication_required": "The card was declined as the transaction requires authentication.", "approve_with_id": "The payment can’t be authorized", }...

bug

Disable atomic requests, because when `ATOMIC_REQUEST=True` django would still go to db to check the state, meaning there would an error when db is not available, which would result in...