Micha Reiser
Micha Reiser
Remove configuration options that are marked as deprecated.
The `uv-trampoline` is used by `uv` to generate exe binaries for python entrypoint scripts (launcher scripts). Our current implementation is a fork of [posy's trampoline](https://github.com/njsmith/posy/tree/dda22e6f90f5fefa339b869dd2bbe107f5b48448/src/trampolines/windows-trampolines/posy-trampoline) and one of the author's...
Thanks for working on making python version management on windows easier. I encountered a difference with `pyenv` to calling `python` directly when working on `uv`, a new package manager for...
https://github.com/astral-sh/uv/pull/2493 updated `uv` to include additional metadata in the requests sent to PyPI (or any package index). I tried to query the PyPI big data table but no `uv` records...
`uv` only supports Python 3.8 or newer. However, that's not very obvious from our documentation (you need to scroll all the way down to platform support) and some or even...
This is embarrassing. Don't look at it ;)
See https://github.com/astral-sh/ruff/pull/10699 CC: @carljm in case you plan to work on this. We may also decide not to use annotate-snippets anymore (it has some weirdness like it supports some markup...
We should consider highlighting code frames and diffs. I think a good first step would be to implement semantic highlighting into `ruff server` that, given a string, emits a description...
This is not fully-fledged, it's more a description of an idea that I would like to explore. Currently, Ruff serializes the `noqa_row` as part of the JSON messages and the...
## Summary This PR implements a snapshotting mechanism for `Database` and makes query cancellation a `Database` concept. The motivation for this change is the LSP where the main loop in...