Brent Kerby
Brent Kerby
This seems like a good point. What about extending this section to point out this limitation and then show how to add a signal handler (say, using the `signal_hook` crate)...
No worries, makes sense!
> I need your help Feel free to drop by the Discord server (https://discord.gg/Gc99YV2ZcB)! That's probably the best place to ask questions or get help with the randomizer.
Great stuff! A few things I noticed: - It looks like the preset buttons are not working, i.e. the click event listeners aren't getting called. The selector `document.querySelectorAll("presets input[type='radio']")` is...
This is looking really nice! The one other thing I notice is that Mother Brain shows 0 energy requirements on Extreme and Insane settings. It looks like this is because...
UI changes look good. For the implementation, I think there could be a simpler approach that avoids introducing a custom file format for describing the patch. I'd suggest using `serde_json`,...
Oh, right, I overlooked that. There would be a way to do it by converting the bytes to a Vec, then doing `resize` on it to pad it out to...
This is a nice improvement. A couple things I notice that could use some refinement: - Clicking on a hidden item in the side panel (appearing as a chozo orb)...
> Currently just links to the image, but would be nice to set up a dedicated viewer of some kind. Yeah I think ideally we would want to be able...
I think a way to approach this would be to write another spoiler JSON file (e.g. `partial_spoiler.json`) when this mode is used. It could just contain the subset of data...