Alexey Makridenko

Results 21 issues of Alexey Makridenko

1. Use `setup-poetry-env` in `create-release` and `run-tests` workflows 2. `publish-docs` workflow should be after `create-release`

ci/cd

Need to describe examples: - with `FastAPI` - testing with `CacheClient`

documentation
good first issue

https://supabase.com/docs/reference/python/select

feature-request

https://supabase.com/docs/reference/python/lt Example: ```python MyModel.objects.filter(age__lt=10) ```

good first issue
feature-request

https://supabase.com/docs/reference/python/gte Example: ```python MyModel.objects.filter(age__gte=10) ```

good first issue
feature-request

https://supabase.com/docs/reference/python/gt Example: ```python MyModel.objects.filter(age__gt=10) ```

good first issue
feature-request

https://supabase.com/docs/reference/python/in Example: ```python MyModel.objects.filter(age__in=[10, 20, 30]) ```

good first issue
feature-request

https://supabase.com/docs/reference/python/lte Example: ```python MyModel.objects.filter(age__lte=20) ```

good first issue
feature-request