Joe Osborn
Joe Osborn
The `-a` argument is great! The only missing piece for me is that in rofi, scripts that produced text lists (e.g. “here is a list of media player actions”) could...
The bytemuck derive macro is supposed to check the constraints: https://docs.rs/bytemuck/latest/bytemuck/derive.Pod.html Manual unsafe implementations of Pod of course don’t get such checks.
That's an interesting idea. I can imagine two solutions off the top of my head: 1. Just to check the existence of invisible padding bytes, you could (for a test)...
Miri can catch some of these types of issues. I modified the unit tests in impl_bytemuck like so to add a loop that checks each byte against itself: ``` let...
Yeah, you’re totally right. I had mis-copied some code from another project. I think spawning a future on the resumed event (using wasm bindgen futures or a native executor or...
I think if your Window is an Arc, the surface gets a ‘static lifetime and is easier to work with.
The Bochs BIOS does not like the empty cd-rom drive. I'll investigate how it should properly report being empty. If I keep the "empty drive" status register readout to 0,...
It looks like the ata command sending code in [bochs](https://github.com/ipxe/bochs/blob/master/bios/rombios.c) doesn’t like how our buffer-less cdrom drive is reporting its state register, so it waits forever before sending the IDENTIFY...
Sorry for the spam. I think the path of least resistance here is to add a setting for “wants_cdrom” which defaults to true if cdrom is non-null, and a cdrom...
Whoops, and I’ll revert my changes to the html files and main.js.