Results 9 issues of Dahaden

| Title | Description | --------------------|------------ | Version | 0.22.1 | Type | Issue | node | v10.9.0 | Operating System | OSX | Short Description | Child processes can...

**What does this PR do?** Changes Segment.io integration to retry events when there is a NetworkError from the browser. **Are there breaking changes in this PR?** No **Testing** Added test...

Currently when using the API in index.js, there is no option to be able to specify which dictionary you want.

When running `./GoSungrow ha lovelace` I get the error `Can't find DeviceType 43 attached to ps_id .` It seems that DeviceType 43 is [Battery](https://github.com/MickMake/GoSungrow/blob/master/iSolarCloud/api/const.go#L47) which makes sense as my site...

Setup: - A couple of unsent events in localstorage, - Multiple tabs of the same ~~tab~~ domain open, running the segment client, - Client machine struggling to meet the time...

Adds support for emits recording events dropped from the queue due to overflow

This allows us to keep a reference to localstorage for reclaim purposes even when localstorage is full. Carrying on from #20 When creating an instance of localstorage-retry, Store will grab...

Just found the emits in the localstorage retry. Love them! We sometimes have issues with the queue over flowing though. Would love to be able to get more emits to...

Carrying on from https://github.com/segmentio/localstorage-retry/issues/20 When creating an instance of localstorage-retry, Store will grab the [defaultEngine](https://github.com/segmentio/localstorage-retry/blob/master/lib/store.js#L17) and use this for the `originalEngine` which is used to drive the [reclaim mechanism](https://github.com/segmentio/localstorage-retry/blob/master/lib/index.js#L279) My...