Piotr Osiewicz

Results 153 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.

Hey there, I've created a iai-inspired library (that uses Callgrind instead) some time ago: https://github.com/osiewicz/calliper There's also https://github.com/Joining7943/iai-callgrind

Isn't this issue a duplicate of https://github.com/zed-industries/zed/issues/10075 ?

Hey, thanks for the report; I believe we're already highlighting all matches of a regex (or a search query in general), though in some themes the contrast of a match...

Hi, thank you for reaching out and - the AGPL being cut-off was an oversight on my end and I am sorry for that. I've opened up a PR to...