Micah Cowan
Micah Cowan
These string variables were being used uninitialized, causing me to get spurious errors due to random garbage, like: ``` $ prodos -t BIN -a 0x6000 VIMODE-PRODOS.dsk SAVE VIMODE Error! not...
The problem is that BSD/traditional Unixes (including Darwin/Mac OS, which impacts me), use a `getopt()` that, by default, demands that all the options be specified before any non-option arguments. So,...
`system.dsk` is recognized, but not e.g. `SYSTEM.DSK`. Similarly for `.2MG`. Perhaps you could use `strncasecmp` instead of `strncmp` to examine the filename extensions?
I tried to use **prodos** to **SAVE** a `BAS` file onto a ProDOS disk, but it didn't work. One part of the problem is that `BAS` files need an annotation/subtype...
If I type in a link like the following to my browser: https://8bitworkshop.com/dev/?repo=micahcowan%2Fa2allchars&platform=apple2&file=allchars.c The platform gets reset to "VCS". I must then manually select the "Apple ][+" platform, which behaves...
The diff for this is best viewed in whitespace-ignore mode, via the `-w` option to `git log -p` or `git diff`, etc. Ignoring indentation changes due to a new outer...
Hi! The Japanese characters in NobleSans currently have some issues that I think amount to deal-breakers in using it for that language (at least, for me personally they do). **Tsu...
Hello. I'm sure Cygwin isn't exactly a priority support-wise, but the fix is trivial and it does actually represent a deficiency, though apparently one most standard GNUish programming environments are...
Another very minor enhancement request, but then I'm supposing that the implementation for this one might also be very straightforward. When clicking on a label link within an HTML disassembly,...
If local vars extends some ways, it can be very cumbersom to have to search around for where that name was defined and commented, it would be nice for SourceGen...