David Godin
David Godin
And... the AP needs a code fix. Coming soon!
Thank you for the info! In the process of updating to Angular 13 plus a bunch of dependency. The fix should be bundled in once completed.
for now it's still master. stable but for this missing dependency. Expect a new release before end of week with Angular and dependency updated but no new feature.
> Thinking over the comment on non-tacking course, you might want to have an extra indicator for COG to see if you are really heading to you waypoint I think...
I found how. You have to use some math. See if degree change is more than 180, if so, check if what way you go over the 0 or 360,...
// Special cases to smooth out passing between 359 to/from 0 // if more than half the circle, it could need to go over the 359 / 0 values if...
Just to add details, we have used the steps describe here to enable WebNotifications read:https://www.engineeredcode.com/blog/automatic-cache-invalidation-for-xrm-portals-community-edition
See https://github.com/Adoxio/xRM-Portals-Community-Edition/issues/81
@amervitz The degradation was a result of moving a solution from V7 to XCE (following required migration steps). The orgsvc measurement came from perf telemetry solution and was generalized. WebNotification/Cache...