Tim Flynn
Tim Flynn
> Should we maybe output a warning if `TZ` is set but we can't parse it? We have a `dbgln_if` when parsing fails already. I wouldn't want that to be...
More specifically, these are multi code point emojis, and the backspace press is only deleting the trailing code point.
I haven't looked into this at all, but this is basically the opposite of 0fda98dfb3d2212d865c9b1b41a122eb1bd07a4c. The PR for that commit reports that the tile would *increase* each time the settings...
Got it, thanks! Just wanted to make sure we weren't going to keep cycling back and forth on that change :)
I might be missing something, but if we're storing 32-bit pointers on x86 and 64-bit pointers on x64...why aren't we just storing e.g. `TransferDescriptor*`? Or if we explicitly do need...
I don't have strong opinion, but `Ptr32` / `Ptr64` feels like an overly generic solution to a very specific and unique problem. At a cursory glance, all of the `reinterpret_cast`ing...
Draft for now - I have a fix for the issue causing this failure, but want to make sure this script change actually makes CI fail instead of hanging for...
Should be good to go, we now fail CI instead of hanging when generate_manpages.sh fails
:man_facepalming: Sorry @iCristalrope, looks like those `(void)`s were needed because the return type has a `[[nodiscard]]` attribute. My bad.
This is very much postmortem, but was commit 4ab8ad2ed2817dd7bf92d819f58ed324654b6db7 still valid? `SignedBigInteger` *can't* be negative zero anymore after commit b0d6399f60760e25a55ec9e8e95a1ad322b74b22. Asking because if it became possible again, that's a bug.