Rafał Safin
Rafał Safin
Related to https://github.com/rafsaf/minimal-fastapi-postgres-template/issues/16 `127.0.0.1` should work same as `localhost` for local developemnt
Hi, recently I was thinking about possible improvement for `MetricWrapperBase` and friends `labels` method. Very common use case is described even in Counter's docstring: ```python from prometheus_client import Counter c...
I got feedback that support for MariaDB would be nice to have, I'm a little PostgreSQL biased, but MariaDB is awesome too. - https://github.com/rafsaf/minimal-fastapi-postgres-template/issues/38 first - new option choice in...
# Bug report ### Bug description: Minimal example: ```python from pathlib import Path import resource import random import string def randomword() -> str: letters = string.ascii_lowercase return "".join(random.choice(letters) for _...
Hi! Currently in 5.1.0 in new `django_registration/activation_form.html` after https://github.com/ubernostrum/django-registration/pull/247 there are some translations missing, for example:  At first glance: https://github.com/ubernostrum/django-registration/blob/a397174f7149c6f038fb68f09ba4d46064be8281/src/django_registration/backends/activation/forms.py#L26-L29 I think this `activation_key` needs "label" `label=_("Activation key")` and...
## Expected Behavior Users should be given an option to setup more methods instead of only primary method. ## Current Behavior When user setup for example yubikey, then in two_factor...
Last week [v3.2.1.0](https://github.com/just-containers/s6-overlay/releases/tag/v3.2.1.0) version of s6-overlay was released. It resolves long standing issue/bug with permission (critical from my perspective) that is a big pain for kubernetes usage on images that...