Bartosz Sokorski

Results 308 comments of Bartosz Sokorski

Slightly off-topic, but this feels like a good place to start the discussion. @nat-n, how about using Cleo? The code that is in Pastel is part of Cleo, and it...

@nat-n I am open to including those elements in the parser I am working on. That, however, will take a good moment to implement. In the meantime, would you consider...

First things first: > On some Windows systems, installing packages like NumPy or Pandas from source is difficult due to the lack of a C/C++ toolchain. Conda solves this by...

I don't mind adding some markers about the simulation mode, but I agree the message should be different.

Without any reproduction, we can't do much. My guess would be that your terminal is mangling the input containing the umlauts. Can't say that for sure, but since you are...

As much as I understand the "why", I don't really like the solution. We should figure out a better way to detect when to load (or not) plugins. The `_run`...

@eabase > Why not? Because `uv` is written in Rust and compiled. Poetry, written in Python, has to invoke the interpreter when it starts which gives a bit of overhead.

My take on this is that at some point we will remove the deprecated fields and support for old `[tool.poetry]` definitions, so I don't think we want to encourage users...

I don't think this is something we want. We are reluctant to implement new commands, especially ones that are aliases for other commands. You can make an alias in your...

My guess is the same as @dimbleby's, the fact that `importlib.metadata` returns those packages as installed distributions, makes Poetry think that those are 3rd party packages, not stdlib. I would...