Jason T Alborough

Results 23 issues of Jason T Alborough

**Was this bug identified in a specific build version?** At some point there was a change to the PepperDash.Essentials.Core.IBasicVolumeWithFeedback interface that is included in Dev. I believe the pull request...

bug

Remove the event on the class. ReadDataFromFileASync should accept a callback and return a status.

enhancement

Error: SimplSharpPro[App01] # 2022-06-06 12:08:13 # App 1:Error: FileIO read failed: Crestron.SimplSharp.CrestronIO.InvalidDirectoryLocationException: Relative path 'GGL-PresetData.json' is not supported. at Crestron.SimplSharp.CrestronIO.Program0HiddenDirAndFileSystemHandling.AdjustPathForMono (System. Error: SimplSharpPro[App01] # 2022-06-06 12:08:13 # String& directoryName) [0x0021d]...

bug

**Is your feature request related to a problem? Please describe.** Nine times out of ten the usage of feedbacks is simply to represent a single primitive value. Typically there is...

enhancement
planning

**Is your feature request related to a problem? Please describe.** The class ReconfigurableDevice (BridgeableReconfigurableDevice) contains a method CustomSetConfig(DeviceConfig config) which uses ConfigWriter.UpdateDeviceConfig to write new config data to file. The...

enhancement
good first issue
help wanted
planning

**Is your feature request related to a problem? Please describe.** I would like helper methods to read and write files other than the essentials config. Plugins should have a decent...

enhancement

**Describe the bug** I was not able to pull this all the way apart but from what I can tell the c2nrths registration was failing...which was in turn causing other...

bug

``` for (int i = 0; i < joinMap.NumberOfPresets.JoinNumber; i++) { int tempNum = i; trilist.SetSigTrueAction((ushort) (joinMap.PresetRecallStart.JoinNumber + tempNum), () => { presetsCamera.PresetSelect(tempNum); }); trilist.SetSigTrueAction((ushort) (joinMap.PresetSaveStart.JoinNumber + tempNum), () =>...

bug
planning

**Describe the bug** The Lutron Quantum is present in Essentials Core but functionality has been moved to a plugin. The EiscBridge is currently not functioning correctly and tosses an exception...

bug
planning