konsti

Results 774 comments of konsti

I've checked the logs for these projects: * Kitodo.Presentation: 26 times `Conflicting versions ('stable', '4.1.0') and ('unstable', '4.1.0') for v4.1.0 and Kitodo.Presentation 4.1.0 in kitodo-presentation` * Kitodo.Production: This should work...

The log entries are on the server only. If you want, you should be able to check individual projects by running `main.py` with `--filter Q1234567` The Kitodo.Presentation is a bug...

For general semantics, `uv lock` will look at the `pyproject.toml` and at `uv.lock` and only make those change required to align the lockfile with `pyproject.toml`. This means if a `==`-pinned...

Technically, you can use `--no-build` to not build any packages. But this means that you won't be able to resolve any resolutions with packages that only have source distribution (with...

We updated the section in the documentation about dependabot and added an example how to use it. We still see a number of issue blocking adoption in https://github.com/dependabot/dependabot-core/issues?q=is%3Aissue%20state%3Aopen%20uv, so we'll...

Can we update to the 2024 edition with/after the bump? :eyes:

From my last time doing this, it's easier to redo it than to fix the merge conflicts; most of it is automated or one click fixed (for comprehensiveness: https://github.com/astral-sh/uv/pull/11724)

I have an idea how to split this into PRs so it's not all at once, I can do the non-breaking PRs first that don't conflict with you doing the...

can you try `https://devpi.my_company.net/root/namespace/+simple/`, without the package name in the url?

Do you have a reproducer how to setup pyenv in a way that causes `~/.pyenv/shims/python3.10` to exist but error that `3.13` is not installed?