mike632t
mike632t
Does the installer pull the packeges to be installed from the same repository/server as the system does when it is doing the updates? Thanks
There is no rush - It is well over 30 years since I last tried using BBC BASIC! It is still pretty cool to be able to run it on...
Saving it in the `.dat` file would be a breaking change so I would not want to save it there but the window position (top left corner) is something that...
I don't think there is any reason why `x11-calc.conf` shouldn't be used to store per model settings, though that won't be simple (most platforms I'm targeting don't have things like...
I can reproduce the problem using Ubuntu 14.04 and 20.04 running on KVM/QEMU (with 2 CPUs 4GB RAM) with the unity desktop where the CPU utilisation due to compiz and...
Made the following change ``` if (acia->status & 1) { return; /* Workaround */ acia->status |= 0x20; } ``` The result doesn't drop individual characters but there is still an...
No. Noticed that it stops accepting input at the same point every time - only the first 64 characters register (including single 'carriadge-returns' at the end if each line).