Pablo Castellazzi
Pablo Castellazzi
Something similar happen when you use `copier copy ../src/ dst/`. After running `cd dst ; copier update` , `ValueError("Local template must be a directory.")` is raised because the answers file...
There is a confusion about what deprecated means. `license-expression` does treat [`deprecated` scancode licenses as `unknown`](https://github.com/aboutcode-org/license-expression/blob/main/src/license_expression/__init__.py#L873). It is different from a [`deprecated` spdx license identifier](https://spdx.org/licenses/). I need the later for...
> [@pcastellazzi](https://github.com/pcastellazzi) Thanks! ... do you mind to submit a PR? 😇 this would be great! No problem, give me few days. A few questions: Should i replace the backend...
Take a look at: * * *
The simplest solution would be to se use something like: ```Dockerfile # imageA FROM python:3.14-trixie # install your shared dependencies globally RUN pip3 install pandas ``` ```Dockerfile # imageB FROM...
For this particular case, yes. It seems there are no plans to allow `uv` to interact with python outside a virtual environment. . There are other paths you could take...
The problem with changing the association, is that you loose syntax highlighting and the rest of VS Code features. It basically becomes a plain text file. The list of affected...