Armin Ronacher

Results 153 issues of Armin Ronacher

Since rye does not yet support multi-version resolution and library imports, to reduce the challenge that `~=` causes to the ecosystem it might be better to set lower bounds only...

While there is no perfect docker / deployment story for rye yet, at the very least how to use the current lockfiles with pip should be documented. Refs https://github.com/mitsuhiko/rye/discussions/239

documentation

Unclear if this is a great idea, but this would statically link the vcruntime. Fixes #617

Initially sampled in, long term s4s should handle that load. Basically remove this code path: https://github.com/getsentry/sentry/blob/55b0afcd576f478825aedc3c10b2c2a4d8a608d7/src/sentry/utils/sdk.py#L357-L361

Today `sysconfig` and all the files in `lib/pkgconfig` have incorrect paths. These paths should be fixed up when the interpreter is installed or maybe later at runtime when possible. *...

bug
enhancement

This is a meta task to look into actually leveraging `uv` properly. * [ ] lock with the lower bound of `requires-python` rather than the current venv version * [...

When `uv` is enabled, `add` and `remove` automatically lock and sync. This also changes the sync logic to re-use previous flags in the lockfile. To prevent reusing the flags pass...

`add` and `remove` should automatically sync optionally. That however also means that sync needs a mode to sync with the last settings. I can imagine two options here: 1. `sync`...

Was not sure if I should file this against `serde_json` or here. As far as I can tell the bug is more likely in serde itself. While implementing #1179 I...

bug

I currently need to use a custom serializer/deserializer to format my timestamps into f64 values for JSON because the builtin serializer/deserializer for serde can only do seconds accuracy. This seems...

serde