Alex Robin
Alex Robin
**Describe the problem** When using the primary-backup protocol and a partition primary node becomes unreachable, the `PrimaryElectorService` simply picks the next candidate in the list as the new primary. This...
**Expected behavior** When a session between a primary-backup node and the system group is expired, a new term is entered with a newly elected primary node. All `PrimaryBackupServiceContext` instances in...
I am wondering if there is anything in the API standard that prevents offering the same feature (with the same ID) through several collections simultaneously. This basically means using collections...
We need to fail-fast in constructor and clearly indicate that HTTP cannot be used for real-time streaming with the SWE API.
Detect errors sent by server as part of PUBACK or SUBACK packets and log them in console
- [x] Rename Json datareceiver as SweJson - [x] Completely remove deprecated data sources (Chart.js, EulerOrientation, LatLonAlt, UAHWeather); Use SweJsonDataSource datasource in all examples instead - [x] Move some data...
Test configuring applications by inheriting from a base webpack config rather than reconfiguring everything in each app. See https://gist.github.com/ericclemmons/40a2783313d157d8b448
Some views implement labels as popup or tooltips (e.g. Leaflet), some as vector text that is always visible. We need to always implement labels as vector text, or perhaps have...
Need better documentation of the temporal properties in particular: - startTime / endTime: Time period of data that will be requested from data source. - minTime / maxTime: Time period...