Joe Osborn
Joe Osborn
Thanks for your hard work on Ilia! The main feature I find myself missing from Rofi is that Regolith 1 used one keybind for a Rofi with several active modes:...
Since Mat2 is 16 byte aligned and Vec2 only takes up 8 bytes, I believe there are 8 following padding bytes in Affine2. According to bytemuck’s documentation it’s illegal to...
According to winit’s developers, it’s not permitted to create a surface on many platforms (Mac and android for example) until the Event::Resumed winit event is posted. This is a bummer...
This is towards #900: We can now boot either from HDA or CDROM, with the other present, and it boots successfully. For testing I'm booting into Windows 3.0 (from CD)...
The [qcow-rs crate](https://github.com/panda-re/qcow-rs) offers read-only access for qcow images. I guess this might rely on downloading the entire qcow image (or at least, downloading its pieces sequentially?), but it seems...
I think the IDEInterface would need to change in a few ways (and we should always have a CD ROM drive even with no cdrom buffer)... Here's my understanding of...
I'm not sure that string splitting on "." here is the right move to get the file path without extension: https://github.com/alhassy/ob-latex-as-png/blob/d21d436814e9605cf2a942b709f957695298dc70/ob-latex-as-png.el#L107 If I use a path like `../img/whatever.png` the filename...
Per https://github.com/copy/v86/blob/master/src/floppy.js#L131 it looks like fda_image is not used anywhere in get_state or set_state. That means if you write to a floppy and make a save state, the write is...
I think this works (it builds and loads), but I don't have a great way to get a TOS img in the right place for the emscripten build currently.
If `Module["mainScriptUrlOrBlob"]` is set to a Blob, the call to `AudioWorklet.addModule()` on line 214 of libwebaudio.js passes the blob in as the argument, which stringifies the blob into `[object Blob]`,...