Piotr Osiewicz

Results 106 comments of Piotr Osiewicz

One issue I've ran into is that clojure-lsp sends a request to the client to show a popup when it encounters issues during initialisation. e.g: ``` [Trace - 00:12:46] Received...

Oh, I see; yeah, then we definitely need to prompt the user for an answer.

Hey, I'd be down to pair on that sometime this week (preferably on Thursday) if needed. To display a modal, we could use something like `WindowContext::prompt`, which isn't really ideal...

Yeah, I think that's fair; I think these can be fleshed out in a follow-up PR, this one relatively self-contained.

I think that's due to https://github.com/zed-industries/zed/pull/7571/files#diff-c9e13c01768f22f905b924b7fc003f8288d1f6ab3d1b6f5232e178ef0162cd12 (which changed the signature of that function and landed on main today) - IIRC merges are tested against main (or on top of main...

Hey, thanks for the report. I've recently merged a fix for this issue in https://github.com/zed-industries/zed/pull/6770 ; let me know if it still feels slow in the next Preview.