TeamDman

Results 133 issues of 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.

mod compat
code health
linter warnings

For example ```hs INPUT 30_000 fluid::latex FROM storage_tank TOP SIDE ```

enhancement
language feature

Would be nice to be able to reclaim the forms if not needed any more

good first issue
user experience
enhancement

![Image](https://github.com/user-attachments/assets/73c26ace-a583-4a09-a95a-f37f0676b945) 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...

user experience

Current options are "return to editing" and "quit without saving" when really, if I hit esc, I probably want to exit and save

user experience
enhancement

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...

enhancement
new

[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...

C-bug
I-ICE
S-needs-repro