Results 8 comments of John Kugelman

Do you want this, Kevin? I've noticed you've got a lot of careful manual formatting, vertically aligning declarations and match blocks and whatnot. I'm a huge fan of `rustfmt` but...

[!538](https://github.com/theseus-os/Theseus/pull/538) fixes these four, which are all deny-by-default (i.e. errors): 1. `enum_clike_unportable_variant` 2. `derive_hash_xor_eq` 3. `derive_ord_xor_partial_ord` 4. `absurd_extreme_comparisons`

I submitted PR #1545 to clamp `Vec::with_capacity` to 64KiB. This should fix the issue without necessitating a new combinator. What do you think?

> `Vec::with_capacity` is measured in elements, not bytes. So also #1545 is clamping the allocation to 65536 elements rather than 64KiB (probably only really relevant if your element type is...

I don't actually know what I envision. I figured I should point out my initial confusion, however I'm hesitant to suggest solutions that I've put, like, 10 minutes of thought...

> What do you think of Trilarion's idea and the "Handle different kinds of question better" point above? Prompting askers to describe what research they've done would be awesome. I...

Yeah it would definitely be weird and condescending.

> It's interesting that you consider the left half of the UI to be the meat, I see the code part as the critical differentiator from an article giving static...