Alex Overstreet

Results 3 issues of Alex Overstreet

**Bug** When pressing on a user's profile on chrome on mobile, it takes over a minute to load and then does not actually load the page. **Video:** https://cdn.discordapp.com/attachments/818184440714362880/844078341296488468/video0.mp4

bug

## Context For some reason, occasionally the `using` statement or parameter attribute does not import members correctly. Odin: dev-2024-05-nightly:2250eb3e7 OS: Ubuntu 22.04.4 LTS, Linux 6.5.0-28-generic CPU: 12th Gen Intel(R) Core(TM)...

stale

Case labels are indented in a strange way, so I fixed it. Previous behavior: ```c switch (x) { case 10: printf("x is 10!\n"); break; default: printf("x is not 10 :(\n");...