Matthew Valenti
Matthew Valenti
Not sure if this helps but we've implemented a custom retry. This is over simplified but basically, we listen for connection status, on error we delay, and then call connection...
These are simplified code fragments based on what we're doing which is similar. ``` // Minimal config in app.module.ts export function createConfig(): SignalRConfiguration { const config = new SignalRConfiguration(); config.logging...
This looks like a bug in MatGoogleMapsAutocompleteComponent. How can I help resolve this issue or find a workaround? The component template contains an input bound to the address property: ```...
I tried to workaround this using addOverride but get the following error: "Extraneous key [RowLevelPermissionTagConfiguration] is not permitted" ``` myDataSet.addOverride('Properties.RowLevelPermissionTagConfiguration.Status', 'ENABLED'); myDataSet.addOverride('Properties.RowLevelPermissionTagConfiguration.TagRules', [ { TagKey: 'myTag', ColumnName: 'myColumnName', MatchAllValue: '*'...