Alan Silva

Results 33 issues of Alan Silva

@lkagami this eventually will need to be updated in Wim's portal once I fix this issue.

I'm using **Prettier 3.5.3** versus `jq` 1.7. I'm trying to find a `.prettierrc` solution that would be give me a consistent result. For example, using default `prettier` (empty `.prettierrc`) on...

I use `pyproject.toml` and I have: ```toml [tool.pytest.ini_options] addopts = "tests --cov-branch --cov=src/pdfgen/ --cov=tests/ --cov-report=term-missing:skip-covered --cov-report=xml --dist=loadgroup -n 8 --durations=5" ``` When I run `pytest` on my vscode terminal, everything...

question