Kirill Bulatov

Results 478 comments of Kirill Bulatov

I would really appreciate if somebody can provide the issue with an open source project and the repro steps; or, alternatively if somebody could debug those things locally in the...

Does that happen for you during project load? We've just fixed a fix for that https://github.com/zed-industries/zed/pull/8343 and hopefully next Preview version will have it.

Would something like https://github.com/zed-industries/zed/pull/8312 help? There's a whole family of those for different cases in Zed currently, but all of them share similar ideas: some rectangle appearing on the bottom...

Not sure, and does not look like your PR's issue? I fear this is one of the z-index bugs @ForLoveOfCats works on fixing and solving it might be hard.

Interesting that I see only `Failed to load workspace` messages and no details as in your video, but that's r-a to blame, we show those pop-ups normally. Thank you for...

Fluctuating around that part myself, I've been thinking to have them first, but looks like this request is r-a based and not that widespread in other servers: so now I...

The comment above is something that can be followed up, if you're interested in that. Basically, we have to move the notification handler added here into https://github.com/zed-industries/zed/blob/6fcd57ac53cd73adb717532c1f76b132a998e8c8/crates/languages/src/rust.rs There are methods...

I'm not good with Python, is `Add a venv to a project` important or could things rather be called directly, e.g. ``` { "label": "Python main.py (direct)", "command": "python3", "args":...

For me that was reatively simple: fire a project search, scroll down to the lowest point (can be emulated with SelectPrev action, presumably?) and fire another search in the same...