Kirill Bulatov

Results 34 issues of Kirill Bulatov

Zed's `terminal` crate depends on a single `struct` of `procinfo` crate, which we retrieve by cloning the entire `wezterm` repo from a fork. Such set-up makes dependency fetching slower than...

enhancement
terminal
good first issue

Based on https://github.com/alacritty/alacritty/issues/7795 Unknown error code commands (now includes the interrupted ones): ![image](https://github.com/zed-industries/zed/assets/2690773/801868bc-081c-453c-a353-233d4397bda9) Successful command: ![image](https://github.com/zed-industries/zed/assets/2690773/874377c7-c967-4a6f-8a89-ec7bf398a8b3) Unsuccessful command: ![image](https://github.com/zed-industries/zed/assets/2690773/6c99dc5d-d324-41e9-a71b-5d0bf705de27) The "design", including wordings and special characters, is not final, suggestions...

cla-signed

Part of https://github.com/zed-industries/zed/issues/4523 Added two new actions with the default keybindings ``` "cmd-'": "editor::ToggleGitHunkDiff", "cmd-\"": "editor::ExpandAllGitHunkDiffs", ``` that allow to browse git hunks in Zed: https://github.com/zed-industries/zed/assets/2690773/9a8a7d10-ed06-4960-b4ee-fe28fc5c4768 The hunks are dynamic...

cla-signed

I've cloned this repo, navigated into `webview-examples` and run `cargo run --example todo`. Expected: TODO app runs and works Actual: app starts, but no UI elements are displayed in the...

Instead of ``` Error: No such file or directory (os error 2) ``` do ``` Error: copying from "one/path" to "another/path" Caused by: No such file or directory (os error...

Release Notes: - N/A

cla-signed

Closes https://github.com/zed-industries/zed/issues/11517 Removes forced prettier parser name for languages, making `auto` command to run prettier on every file by default. Release Notes: - N/A

cla-signed

Based on https://github.com/zed-industries/zed/pull/11736 Release Notes: - N/A

cla-signed

Release Notes: - Added a way to create terminal tabs in remote projects, if an ssh connection string is specified

cla-signed

Prototypes a way to display new entities in the outline panel, making it less outline. The design is not final and might be adjusted, but the workflow seems to be...

cla-signed