Anders Kaseorg

Results 389 comments of Anders Kaseorg

PEP 696 is different from this issue. PEP 696 is about providing a **type-level default** for a type variable used in a generic type—example from the PEP: ```python T =...

Mypy reveals some implicit reliances on it being a `Tuple`: ``` tornado/web.py:1795: error: Item "None" of "Optional[str]" has no attribute "lower" [union-attr] tornado/test/web_test.py:2190: error: Unsupported left operand type for +...

> Do what? Clippy didn't make a suggestion. Clippy’s suggestion for `Rc::ptr_eq(&a, &b)` was “consider extracting and comparing data pointers only”. That is a good suggestion (at least until rust-lang/rust#80505...

> 1. The `clippy::vtable_address_comparisons` lint is correct now, but it is no longer correct once [rust-lang/rust#80505](https://github.com/rust-lang/rust/pull/80505) is merged. Right; I’ll open a separate issue for that when it becomes relevant....

@enesonus I’ve edited your commit with a real commit message; this is important for maintaining a readable Git history. Merged, thanks!

@mtgtnt Please note that that’s an issue in a third-party library that’s not affiliated with Zulip. They’re likely to be confused if you post comments about Zulip there.

This is [RHBZ #2193335](https://bugzilla.redhat.com/show_bug.cgi?id=2193335) and [Chromium #1442633](https://bugs.chromium.org/p/chromium/issues/detail?id=1442633), affecting all Chromium-based browsers and Electron-based applications. You can work around it by deleting the `~/.config/Zulip/GPUCache` directory. There’s not much else we can...

This is because Zulip is running in XWayland. Native Wayland support in Chromium and Electron apps is still experimental, but you can enable it by passing the arguments `--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations`.

This seems to be an Electron issue on Windows that was incorrectly marked as a duplicate of a fixed issue on Linux. - electron/electron#28314