Piotr Osiewicz

Results 263 comments of Piotr Osiewicz

It is in Preview currently AFAIK. It should be enough to install a Preview version (0.203.x)

I'm glad to hear that! Let me know y'all if you run into any issues.

We're also hitting this debug_assert with this repro: https://github.com/zed-industries/zed/blob/2bb8aa2f73362e7ee1c36bcef01769cc43421d0e/crates/gpui/src/text_system.rs#L349

I am about to re-land the changes that were reverted at the end of April in https://github.com/zed-industries/zed/pull/31893; this means that soon the venv situation should be a bit better.

We've changed a bunch of stuff around Python in 0.201.x. Are y'all still experiencing these issues?

The slowness seems to stem from the `auto_fold_dirs` setting. Gonna look into it more a tad bit later.

@bijela-gora try `cargo run --release`, as `cargo run` is a dev build without optimizations.

I wonder how y'alls experience is after https://github.com/zed-industries/zed/pull/38881, which should land in this week's Preview.

Hey, is this still an issue for you with the latest releases?

We have a PR up for an adjacent class of problems; I'd appreciate it if you could give #35270 a go. We've tried it with set-up from #27331 - it...