Kirill Bulatov

Results 478 comments of Kirill Bulatov

This needs a rebase, but otherwise I see no blocking issues, the comments are welcome to be fixed in follow-up PRs.

> Can we merge? Would be nice, but GH does not allow this for the PRs with conflicts. Neither can I push into the branch, so one small step has...

https://github.com/zed-industries/zed/pull/7977 made that happen thanks to @d1y , hence closing this stale one.

@mocenigo From my personal observations, this repository favors "proof of work" model and creating a PR might be a faster way to fix the issue. This time it also took...

IIRC, current extensions do not have any control over Zed UI elements, including closing any tabs in the panes, so impossible right now. As for the "show only changed files"...

To soften the wait slightly, I hope to finish and merge https://github.com/zed-industries/zed/pull/11080 that enabled git hunk diffs browsing in the editor. It's not a full diff view, but something useful...

Of course it can, this is the whole point of Zed being open source. I would suggest starting from something small-scoped, come up with the proposals and (ideally) some design...

I suspect there's nothing well formed, covering the entire integration task, only a few ideas split between people (right now I work on something related to diffs, there are some...

Here are some relatively vague pointers: * we would need some macOs platform API for such feature, I presume. I have no knowledge of how it's implemented, but here's an...

For supporting Java, we need to deal with the project panel first: https://github.com/zed-industries/zed/pull/6935#issuecomment-1913640078 and only then consider any tree-sitter & LSP integrations. Given that nobody works on that actively and...