Makarov Andrey
Makarov Andrey
> I often use interactive python sessions, or one-off scripts, where spinning up a new throw-away venv is a bit annoying. It's convenient to have a "general purpose" python install...
So I can simply create `uv.toml` in the root folder of a disk with contents `cache-dir = "D:/.uv/cache"`? Do i understand it correctly that uv searches for `uv.toml` in all...
> This worked for me, thanks. But it won't work if you put uv.tool section in pyproject.toml, because uv doesn't merge these configuration sources and use pyproject.toml OR the nearest...
I've installed ruff as an extension for VS Code. Where are settings read from if I modify them via VS Code settings? They are in my profile's _settings.json_ file and...
> Could you please open a new issue that contains more details about your setup. What VS code settings do you use, what's in your pyproject.toml. It's otherwise very hard...
> about taking into account `requires-python` from `pyproject.toml` when using `ruff.toml` yes, but my issue is "about taking into account `requires-python` from `pyproject.toml` when using **default settings**" which looks like...
@firecow ok, at first I didn't realize that GitLab behaves the same way
> `uv run --with ipython ipython` works fine, you don't need to add it as a dependency. maybe `uv run` could implicitly add `--with` if a tool is not installed...
I have a similar issue with Kafka 2.0. Kafkactl assumes that we connect to Kafka 2.5 by default. Explicitly setting KAFKAVERSION=2.0.0 fixes the issue. ``` [kafkactl] 2025/01/15 15:12:59 cannot find...
I've thought about it and I think it's a good solution. But it would be nice to have a custom message separator to distinguish multiline messages from each other without...