Matt Heffron
Matt Heffron
Integer
Here is my implementation of Integer (Int32) valued Matrix and Vector There's also indexing extension methods for Matlab "ish" indexing by Vector. Passes all existing and new UnitTests.
It still expects the repo to be on GitHub, but this seems to help a bit.
(At this point I'm not sure this is the right approach, but I don't want to lose this work. Just in case it's useful.)
Per the discussion in today's meeting, I did some digging around and experimenting and **was** able to get the **Collection ID** and **name** for each of the collection. I was...
It would be really nice if the Interlisp BREAK system (e.g., in a BREAK window) was able to use the functionality of the Common Lisp STEP macro, and _vice versa_....
At least one recent pull request (#1487) showed extensive git differences, even though the actual changes were relatively localized. This seems to be due to `PRETTYPRINT` changing formatting, _esp._ differences...
**Describe the bug** In the IRM section 2.5: 1. "meta" is used to describe characters with the # prefix. These characters have the 8th bit (=128) of the character code....
**Describe the bug** IRM (section 2.5) states that the ^ prefix on a character clears the 7th bit (64), but the implementation clears both the 6th and 7th bits (96)....
**Describe the bug** Medley capitalizes letters if `Caps-Lock` is set **OR** _either_ `Shift` key is down. Windows and Ubuntu use an **XOR** between those, so that `Shift` _un-shifts_ if `Caps-Lock`...
Just a question: In src/initkbd.c on line 498 it is setting the keyboard type for `XWINDOW`: `InterfacePage->devconfig |= KB_SUN3 - MIN_KEYTYPE; /* 10 */` however, both `KB_SUN3` and `MIN_KEYTYPE` are...