Corstian Boerman

Results 11 issues of Corstian Boerman

When a service contains a long-running operation, allow passing a cancellation token which the domain can respond to. This cancellation token should be accessible from the context within a service....

This Christmas 🎅 project revolves around refactoring the project to properly package dependencies for Orleans. The result is two separate packages: - Support for Orleans hosting - Support to use...

Ran into a practical issue with a custom implementation of the `IAggregateHandlerFactory`. As the `Instantiate` method had been an explicit interface implementation, the default interface method as implemented on the...

As we're already using a spatial map, why not record all aircraft which pass at a certain distance (2km?). Additionally add an event to record when an encounter happens and...

enhancement

In order to collect a key piece of information we're going to determine one of three launch methods; - Winch - Aerotow - Self start Each launch method has its...

enhancement

In order to free up unused memory and ensure process stability; dispose a flight context instance from the `FlightContextFactory` after a predetermined inactivity period. Best implemented together with #19.

bug
enhancement

In order to properly dispose expired context instances to spare memory in long running processes, and properly fire triggers, bot in real-time situations as well as batch processing, we'd need...

bug
enhancement

In case either the departure or arrival information could not be determined exactly, create a best effort estimate of this location.

Currently only arrival and departure runway headings are available. Modify the flight processing logic in such way that; - The circuit direction is known (left hand or right hand) -...

enhancement

Move certain estimation which are currently done within Skyhop (see https://skyhop.org/documentation/features/flight-analysis), to this library. - Bank angle [°] - Horizontal acceleration [m/s²] - Kinetic energy [Joule/kg] - Lift [Newton/kg] -...

enhancement