Rodney Driscoll

Results 2 issues of Rodney Driscoll

**Was this bug identified in a specific build version?** Current repo main branch **Describe the bug** PepperDash.Essentials.Core.SubpageRefernceList.GetUShortOutputSig line 147 current: ```return SRL.UShortOutput.FirstOrDefault(s => s.Name.Equals(GetBoolFeedbackSigName(index, sigNum)));``` should be: ```return SRL.UShortOutput.FirstOrDefault(s =>...

bug

**Is your feature request related to a problem? Please describe.** Having a plugin mechanism for adding different user interface controllers would mean we can make completely custom user interfaces and...

enhancement