bbb651 🇮🇱

Results 123 comments of bbb651 🇮🇱

The [checkerboard drawing](https://github.com/zed-industries/zed/blob/f50bca76303f958870f4a3e8864647a63194ebce/crates/image_viewer/src/image_viewer.rs#L189-L211) is also [affecting alpha](https://github.com/zed-industries/zed/blob/f50bca76303f958870f4a3e8864647a63194ebce/crates/gpui/src/color.rs#L322-L330), I don't see a good reason why it should do that on any platform, so I think changing `opacity` to `1.` should fix...

I don't think it overrides the alpha of the window? I cannot reproduce it when setting `background` to `#xxxxxxff`. Unlike other platforms, on wayland `background.appearance` is only used as an...

I'll open a PR hard-coding the `— Zed` clearly there's a need for it, it's a simple`title.push_str(" — "); title.push_str(RELEASE_CHANNEL.display_name())`, should should the collab `↙`/`↗` be before or after it?...

It's due to [`ring` not supporting arm windows pre-0.17](https://github.com/briansmith/ring/issues/1167), I narrowed down to [a dependency on an old version of `async-tungstenite`](https://github.com/zed-industries/zed/blob/2e32f1c8a19525004cb9b3b7ac9cc53c9aa4fdd0/Cargo.toml#L323), upgrading it (see #17380) should resolve this (but there're...

I asked a question regarding this on the swift forums and got a [very helpful response](https://forums.swift.org/t/lack-of-turbofish-like-syntax-for-generics-in-expressions/73889/2), linking me to [this function](https://github.com/swiftlang/swift-syntax/blob/8a9445f736171c706bb1c4c7aec0f39dd8d7da54/Sources/SwiftParser/Types.swift#L840) that does a lookahead to decide if it can...

XDGP 1.19.0 has a new api to get the host path of a file (from [TWIG](https://thisweek.gnome.org/posts/2024/10/twig-170/)): > Files that are exposed through the Document portal now report their real path...

I tried `Menu::popup_at_widget`, this seems like a bug somewhere either in gtk3, gtk-layer-shell, compositors or all of the above, I tested many compositors and every single one has a different...

I can reproduce this on linux on multiple terminals (ghostty, alacritty, foot, xterm) with `deno run npm:snake-cli`

An alternative for the lock-in delay could be user interaction with the window, i.e. any keyboard key or pointer button (not movement or wheel) that is actually sent to the...

I think it would be cool to use the MRU order when closing a window, currently (in 25.02, haven't tested this PR but I don't see changes related to it)...