J. Ritchie Carroll

Results 19 issues of J. Ritchie Carroll

Further testing shows that original reservations associated with initial service install are not always being removed. Could be an issue with code call from uninstall operation - perhaps DLL gets...

bug

Right now code built with C# 8.0 / .NET Core 3.1 always gives the following error for code I've tried (tried all versions and a manual compile from source): >...

https://discussions.gridprotectionalliance.org/t/openhistorian-alerts-and-grafana-two-different-alerts-on-the-same-signal-issue/844/4?u=ritchiecarroll End user suggestion: https://discussions.gridprotectionalliance.org/t/openhistorian-alerts-and-grafana-two-different-alerts-on-the-same-signal-issue/844/7?u=ritchiecarroll

DataPublisher does not include AlternateTag in its MeasurementDetail dataset for synchronization. Additionally, DataSubsriber currently uses the field to account for proper assignment of SignalID where new records in some databases...

enhancement
help wanted

As an example, if a down-stream historian is connected to a data source via GEP that supports data gap recovery for its remote data sources, it would be nice if...

help wanted

If you modify the total number of rows in your data source (e.g., by adding or deleting) and update the paginator to properly reflect new state (e.g., by updating new...

Such that table header will not be shown creating a simple paged list. Work around: $("#myDataTable").find("table > thead").hide();

When an autocomplete element is in a pop-up dialog, the autocomplete panel will show below the dialog. Fix thoughts: code could sum z-index of parent tree (costly), allow a custom...

Feature request Work around with completeSource function: After response.call() invocation, use setTimeout(function () { this.panel.width(myCustomWidth); }, 50);

The discussions board is a good place to start: https://discussions.gridprotectionalliance.org/c/gpa-products/Precision-Time-Protocol-Synchronization-Service-for-Windows Thanks! Ritchie

good first issue