Reagan Elm
Reagan Elm
Based on the current code (https://github.com/MichMich/MagicMirror/blob/master/modules/default/calendar/calendar.js#L491 and https://github.com/MichMich/MagicMirror/blob/master/modules/default/calendar/calendar.js#L573) its not counting private events when calculating `maximumEntries`. @borishalleux can you post your Calendar config and some more details about your events?...
@michael5r I'm seeing some similar issues as well. The simple retry should fix most of these. With your next update can you also include the change to print the error...
Any plans to address this?
@aotaduy same result
```typescript const UUID = '10fa9e30-95ce-4bb6-844b-e68445bf2d63'; ``` ``` 'spellcheck/spell-checker': [ 2, { skipWordIfMatch: [ '[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}]' ], skipIfMatch: [ '[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}]' ], }, ], ```
@aotaduy any luck here?
@dmichon-msft Makes sense but the current implementation is particularly painful for build commands using `tsc` as all error messages are thrown away. Thoughts on either reverting your change or prioritizing...
What the options here? The current version is very painful when there are TS build errors
[api-extractor] API report shows spurious diffs because compiler emits inferred types inconsistently
Using TS project references and composite builds makes this issue for more pronounced. Union ordering and object properties shuffle ordering depending on build order leaning to false positive diffs
Any update here?