Kirill Bulatov

Results 478 comments of Kirill Bulatov

Based on https://docs.rs/magika/latest/magika/ seems not that hard to use? The main question would be how to integrate this in Zed better: * one large concern is that `tokio` is in...

Thank you for the discussion. From Zed's side, this is indeed a bug and https://github.com/zed-industries/zed/pull/22448 fixes it, in the next release there will be one resolve request per item only....

See https://github.com/zed-industries/zed/pull/19230 I think, some form of a breaking change may happen if no "related files" will be reported when pulling for diagnostics: now, r-a pushes all workspace-related diagnostics, including...

Heads-up, this broke git panel serialization (https://github.com/zed-industries/zed/issues/34618 and https://github.com/zed-industries/zed/issues/34611) and that particular code is somewhat odd to run without the debounce. https://github.com/zed-industries/zed/pull/34622 follow-up fixes this.

A bit surprising to see this small thing getting stale, will close this to keep the queue cleaner.

> but don't decode the result Later, `MaybeNavigationTarget::PathLike` is parsed as `PathWithPosition::from_path`. Would not it be more beneficial to alter `PathWithPosition::from_path` to handle decodes? I imagine, parsing such strings into...

The culprit is the fact that you have moved the terminal tab into a central pane, splitting it in two halves. And the "keys that opened a terminal" seem to...

@mattlucock (or anybody else who experiences this issue), I would love to get a project example or at least to know about it more. https://github.com/zed-industries/zed/pull/8837 should have fixed issues with...

Thank you so much! You're the first one since June who answered my pledges and bothered to share a project. This case is relatively easy to fix as currently, Zed...

@ExEr7um can you test https://github.com/zed-industries/zed/pull/14403 ? I'm especially interested in monorepo project set-ups as I do not have good examples of these. But on my test projects and https://github.com/exer7um/exer7um.com ,...