Piotr Osiewicz

Results 180 comments of Piotr Osiewicz
trafficstars

Ah yeah, we don't have an official stable/preview build yet; that'll be available this Wednesday most likely.

That log line is indeed telling a bit: Do you have `Toggle Include Ignored` option enabled? It looks like we're scanning your Zed install directory: `//Library/Application Support/Zed/languages/pyright/node_modules/pyright/dist/typeshed-fallback/stdlib/builtins.pyi` which doesn't sound...

It seems like new search implementation is slower in general than what we've had before. I've tested with 0.125 stable and a `timer` query on `qmk_firmware` repository.

We decided that we want it to be in toolbar rather than in status bar, as the modal it spawned was pretty far away from the button itself.

+1 to that, though one difficulty lies in the fact that we do not provide the CPU architecture in the asset download query (see [this query line](https://github.com/zed-industries/zed/blob/main/crates/auto_update/src/auto_update.rs#L252)). That is relevant...

The query params are now in main/nightly, so we just have to let that sit a bit so that most users are on a build that provides architecture in a...

We've just landed it in nightly. The following Stable and Preview releases are gonna be about ~60Mb smaller. :) ![image](https://github.com/zed-industries/zed/assets/24362066/8da9723f-57c3-4323-bfd8-892cd8f3e543) Zed.dmg in that screenshot is the universal binary built from...

That's it folks, latest stable is using single architecture binaries (and today's Preview is 20Mb smaller than that, likely due to us shifting some languages into extensions). We do plan...

Hi, thanks for reporting this issue. Does this reproduce for you reliably on some particular file/project? If so, could you share that? It would also be great to see if...

> I don't know if this is relevant, but IntelliJ IDEA also produces some similar glitches (not in the editor but on buttons and popups) Yeah, that's relevant; thanks for...