Thomas Blommaert
Thomas Blommaert
Should fix: ``` [Booster]|BoosterEventDispatcher#dispatch: Unhandled error while dispatching event: PromisesError: TypeError: Cannot read properties of undefined (reading 'class') at Function.allSettledAndFulfilled (node_modules/@boostercloud/framework-common-helpers/dist/promises.js:31:19) at processTicksAndRejections (node:internal/process/task_queues:96:5) at Function.dispatchEntityEventsToEventHandlers (node_modules/@boostercloud/framework-core/dist/booster-event-dispatcher.js:56:13) at node_modules/@boostercloud/framework-core/dist/booster-event-dispatcher.js:34:13 at...
This pull request is a suggestion for using yarn instead of npm and using yarn workspaces instead of Lerna. We've been using this for months in our Booster fork without...
This change should be backwards compatible due to the default `= ReadModelInterface`. However it allows stricter typing for before hooks.
Authorizer can serve as OAuth2 server while performing the "authorization code grant" flow. In this flow, a user is redirected to /authorize (https://docs.authorizer.dev/core/endpoints#authorize) which typically shows a consent screen to...
This helps to have a configurable order when using objects with vertex groups in order to use formation_index more easily.
The "fly here" command is currently not working unless the command `mode guided` is executed before. This PR sets the flight mode to guided when executing a fly here command...
* Decrease mavlink burst count for esp8266 * Save logs from Server to prevent losing them while downloading from Live
Adds a panel for the UAV statuses which is useful for show recordings as now this is only visible when hovering over the UAV status summary header item.