Ryan Carsten Schmidt

Results 570 comments of Ryan Carsten Schmidt

There are no ESC nor function keys on an iOS device's on-screen keyboard (which is not shown, anyway, and no evident way to make it appear), nor are there such...

> `rgl` 1.2.1 does build on every OS apart from Sonoma on `aarch64`, it seems: https://ports.macports.org/port/R-rgl/details At present, that URL shows that rgl 1.2.1 builds successfully on every macOS version...

You know, I just noticed, it did decompress it, it just didn't name it correctly: ``` % file SSW\ 6.0.8-800k\ Disk1of4.sea SSW 6.0.8-800k Disk1of4.sea: Apple DiskCopy 4.2 image System Tools,...

Thanks, that's working. I hadn't considered that it could be used that way. I guess I thought it would work like today's shells, where the shell (or in this case...

But (outside of the nonstandard situation that Apple created in macOS) editline (at least [this one](https://thrysoee.dk/editline/)) doesn't install readline/readline.h. It installs editline/readline.h. readline/readline.h is installed by readline. On systems that...

> Apple's version of Clang … identifies itself not as "Clang" but "AppleClang" …when [CMP0025](https://cmake.org/cmake/help/latest/policy/CMP0025.html) is `NEW` (i.e. `-DCMAKE_POLICY_DEFAULT_CMP0025=NEW` is passed to `cmake`).

@zellyn I see you are the one who added Apple //e support to OpenEmulator (thank you!); would you have any idea where to look to fix this issue?

> you should be able to get a working build of the library if you pass "--disable-nonstandard-feature-float16" as a command-line option This breaks h5py: h5py/h5py#2419 (fixed at h5py/h5py#2422)

AppleSingle is unrelated to DOS headers and information about the format should not be difficult to find. One place to start is https://en.wikipedia.org/wiki/AppleSingle_and_AppleDouble_formats.