Robert Roland
Robert Roland
I'd like to use a Gotek with FlashFloppy in my Heathkit H88/H89. It looks like most of the disk images out there are .H8D files, built by a tool called...
In the following code, you get a crash if you attempt to use "." as a pathname to the second argument to do-directory: ``` dylan define function main (name ::...
**Describe the bug** A database key violation is causing a lot of log entries. **Logs** Note: I've scrubbed the actual table name, but can provide it offline. ``` 2021-08-10 01:02:29,778...
Is it possible to use the SweetAda toolchains with gprconfig / gprbuild? I've been wanting a good AArch64 Ada toolchain for some time - and this looks like it could...
Given this input: ```cobol >>SOURCE FORMAT IS FREE identification division. program-id. test. environment division. data division. procedure division. display 'hello world'. stop run. ``` invoking the LSP formatter will shift...