Renan Santos

Results 8 comments of Renan Santos

This is a duplicate of [#2543](https://github.com/python-poetry/poetry/issues/2543), [#3855](https://github.com/python-poetry/poetry/issues/3855), [#3306](https://github.com/python-poetry/poetry/issues/3306) and some others. An ugly workaround while this is not fixed is: ``` [tool.poetry] name = "test" version = "0.1.0" description =...

I faced this problem as well and created a [Poetry plugin](https://github.com/renan-r-santos/poetry-conda) that fixes this issue for the Conda use case. Although not ideal, this solution seems to work well when...

Hi @Kludex, if you have some time, would you mind taking a look at this PR? If you think this isn't the correct solution I can close it. Tks a...

Hi @Kludex, sorry for the delay in answering your comment. I rebased my PR on top of the current master and tests are still passing. Here is a minimal repro:...

In my opinion, I think it depends on how we interpret this specific part of `$ uvicorn --help` --reload-dir PATH Set reload directories explicitly, instead of using the current working...

Thanks for finding this, Kludex. I won't have time to dig deeper into it before the holidays, but I remember when I looked into this that the issue is specifically...

For those using `conda`, version `4.0.0` is now available in conda-forge: https://anaconda.org/conda-forge/jupyterlab-latex

Chiming in to add another [example](https://github.com/renan-r-santos/pixi-kernel/blob/75c4ad15c4d2dea58f08c49d255e6ea6dd66278d/pixi.toml#L87) that could possibly benefit from this. I couldn't find a more concise way to express my test matrix in `pixi.toml`. Note that I need...