TeamDman
TeamDman
Right now, ProgramLinter.java is doing all the warning generation stuff. There's already the IProgramLinter class and the SFMProgramLinters registry, but they aren't being used yet.
For example ```hs INPUT 30_000 fluid::latex FROM storage_tank TOP SIDE ```
Would be nice to be able to reclaim the forms if not needed any more
 https://discord.com/channels/254530689225981953/1236826820200894496/1368297266917412884 should give a warning would be nice to have a code fixer upper, clippy --fix to update the code in place SFM command line when? sfm format sfm...
Current options are "return to editing" and "quit without saving" when really, if I hit esc, I probably want to exit and save
Egui provides some built-in zoom factor manipulation. Egui includes: - ctrl+'+' - ctrl+'-' - ctrl+'0' - `zoom_menu_buttons(ui);` When using the `ui.rs` example before applying this change, when using the built-in...
- Add bounds check before accessing fixup data to prevent index out of bounds panic - Add bounds check for sector stride data during fixup processing - Return gracefully with...
### Current Terraform Version ``` Terraform v0.15.1 ``` ### Use-cases YAML has anchors and references, which are useful for reducing duplication and still allowing overrides of default values. Would allow...
[rustc-ice-2025-12-06T03_03_24-4684.txt](https://github.com/user-attachments/files/23973584/rustc-ice-2025-12-06T03_03_24-4684.txt) My repo at the time: https://github.com/TeamDman/bevy/tree/rust-ice-2025-12-05 ([permalink](https://github.com/TeamDman/bevy/tree/ee86d092937e6f0f678c4773a309a2f0bd57f83f)) ``` bevywinicon on rust-ice-2025-12-05 [$] is 📦 v0.18.0-dev via 🦀 v1.94.0-nightly ❯ cargo fmt thread 'main' (35988) panicked at compiler\rustc_parse\src\parser\item.rs:400:32: called...