Zsolt Dollenstein

Results 144 comments of Zsolt Dollenstein

hey @charliermarsh i'd be happy to publish to crates.io if someone could contribute automation similar to the existing publishing pipeline for pypi.

Yes, Meta wants to retain ownership of the crate. I'm happy to do whatever's necessary to obtain the tokens

I've got https://crates.io/crates/libcst and https://crates.io/crates/libcst_derive published manually to make sure the names are ours, but they're both at version 0.1.0 for now.

I'm unable to repro this on Ubuntu 24.04 x86_64: ``` > uv run --managed-python --python 3.10.18 -v repro.py ... DEBUG Found `cpython-3.10.18-linux-x86_64-gnu` at `/home/zsol/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/bin/python3.10` (managed installations) DEBUG Using Python 3.10.18...

Hmm I'm not entirely sure that str(files(...)) will always give you a path that's on disk

Sorry I meant to provide an example but it's proving to be a bit tricky to come up with something short :) The problem is that `files()` eventually calls `reader.files()`,...

I can't reproduce this on macos 26.1, with 3.13.3 or 3.13.8 or 3.14.0. Can confirm the various `xattr`, `codesign`, and `spctl` commands have the same output, but: ``` ❯ uvx...

This is also in this bucket: `def a():\n def b():\n pass`

Sentry just merged https://github.com/getsentry/sentry-python/pull/5206 to move away from type comments. I tried documenting the steps so others can follow - it was a pretty mechanical change that's easy to validate...