Florian ANCEAU
Florian ANCEAU
One solution could be to save into database any SocialApp loaded from settings.
This would be highly appreciated.
I think _Filter images inside Album view_ is reductive of the subject. It is not what I meant. I meant **tags** and how could that feature be implemented and used...
Are PRs OK ?
I don't know about the status of this enhancement, but that is a feature I'm really looking forward to.
I've managed to reproduce with the following Dockerfile, with same installation steps: ```Dockerfile FROM python:3-bookworm # FROM python@sha256:096c49cf57695962d6d5e2998d0d23640b4234dfffcd8472d48adceb518582de COPY --from=ghcr.io/astral-sh/uv:latest /uv /usr/local/bin/uv RUN apt update && \ apt install -y...
Sure, I've pushed the image to Docker Hub, you can get it from the image `flowgunso/env`, it calls tox directly. You can find the full code in the Gitlab snippet...
Is there any way I can help you ?
I'm fine with making a PR with the fix. Knowing the codebase, do you have any ideas what the origin of the issue might be, so I can be on...
It allows to pin a specific Python version to a project. For example, `uv python pin 3.12` or `uv python pin 3.8` to use Python 3.12 or 3.8 in the...