Piotr Osiewicz

Results 24 issues of Piotr Osiewicz

Background: While working with cargo, I've noticed that it takes ~30s to `cargo clean -p` with large enough target directory (~200GB). Under a profiler, it turned out that most of...

### What does this PR try to resolve? I've noticed that `cargo clean -p` execution time scales poorly with size of target directory; in my case (~250GB target directory on...

Command-clean
S-waiting-on-review

Continuing work from #10873 Release Notes: - TODO

cla-signed

We were retrieving task context incorrectly with a display point row as the location argument, and not the actual row in the buffer. Release Notes: - N/A

cla-signed

Release Notes: - Added test indicators in Rust files, backed by task system.

cla-signed

This way we'll display run indicators around excerpt boundaries correctly. Release Notes: - N/A

cla-signed

Fixes #5267 TODO: - [ ] Publish our fork of vscode-langservers-extracted on GH and wire that through as a language server of choice for HTML extension. - [ ] Figure...

cla-signed

![image](https://github.com/zed-industries/zed/assets/24362066/bc7cc3d3-d9fc-4be6-b9b6-e3d8edf5b533) Release Notes: - Improved tasks modal by highlighting a distinction between a task template and concrete task instance and surfacing available keybindings more prominently. Task templates are now always...

cla-signed

callgrind_annotate is a Callgrind-related program that produces meaningful statistics from Callgrind output files; it can show most resource-intensive functions (where resource can be e.g. instruction counts etc.). I think it...

enhancement

Meta-issue for tracking Valgrind options support that is not specific to Callgrind. - [ ] #6

command-line