Cosimo Bassi

Results 17 issues of Cosimo Bassi

I've played a bit with Beaker v1 and I would like to report a feedback. Now that the tool is instance-based (instead of class-based), working with `Tmpl` seems the best...

As a best security practice, the `Dockerfile` should ensure that the last USER is not `root` (see [here](https://docs.prismacloud.io/en/enterprise-edition/policy-reference/docker-policies/docker-policy-index/ensure-the-last-user-is-not-root) for reference).

Using the suggested [`compose.yml`](https://github.com/peaceiris/docker-mdbook?tab=readme-ov-file#docker-compose) with a book that uses `mdbook-mermaid`, `docker compose up` fails with the following error: ```bash [+] Running 1/0 ✔ Container mdbook Created 0.0s Attaching to mdbook...

Hi all, As improvement of the project I would highly encourage the usage of a Python dependency management tool. This makes sure all the dependencies are controlled and pinned to...

With the introduction of `pre-commit` in #164 it would be better to enable branch protections on `main` requiring PR to pass CI checks (e.g. code formatting) before merging.

Dear all, Unless I'm missing something I see no unit testing or e2e testing for the components and models of the project. I will suggest to: - Use [pytest](https://docs.pytest.org/en/stable/) and...

Filtering changes on just first-level files in a folder (ignoring subfolders) doesn't work. An example of what I'm trying to do: ```yaml - name: Detect changes uses: dorny/paths-filter@v3 id: filter...