Thomas Winwood

Results 24 issues of Thomas Winwood

* Removed font override (`0.7rem` is *tiny*) * Removed oversized `min-width` on opcode table

This is not very conducive to hacking attempts, since the names are stored in an awkward encoding. I wrote a Python script to generate it from a source file and...

The tags are currently not sorted, which makes it a bit harder to find the tag you want than if they're alphabetised. (Categories aren't sorted either, but they seem to...

The query "What is Pokémon?" silently drops the é and then tells me there is no result in the database for "Pokmon". "What is Tyranitar?", on the other hand, got...

I already brought this up on Discord but I'll formalise it here for completeness. `UDF` isn't technically part of the ARMv4T instruction set - it's first set aside as "an...

### Problem Some terminals (including Windows Terminal) provide a mechanism for opening URLs in the default browser when you Ctrl-click on them. The help text for `rustup update` contains the...

not-rustup

Steps to reproduce: 1. Be using a Mac. I don't have a fleet of Macs to test on but mine is a 2012 Mac Mini running macOS 10.15 Catalina. 2....

Deleting a map is nontrivial—the standard advice (such as in the "How to delete a map" tutorial on the pokeemerald repo) is to merely remove references to a map, rather...

``` ketsuban@[redacted] md-skeleton % MARSDEV=/opt/marsdev make CC src/error.c dyld: Library not loaded: /usr/local/opt/zstd/lib/libzstd.1.dylib Referenced from: /opt/marsdev/m68k-elf/bin/../libexec/gcc/m68k-elf/12.2.0/cc1 Reason: image not found m68k-elf-gcc: internal compiler error: Abort trap: 6 signal terminated program...

I'm unfamiliar with Visual Studio; does it still work if you replace `C:\\\\Windows` with `%SYSTEMROOT%`? This is the usual way to get the location of the Windows folder regardless of...