Stephen Nicholas Swatman
Stephen Nicholas Swatman
The `/ui/autopilot/waypoint/` endpoint allows POSTing to it to set the way points for a client's autopilot. I would like to see a different endpoint (or different functionality for the same...
This PR adds a new example tool, `CsvBFieldWriter`, that dumps a B-field to disk in CSV format. The tool supports both grid-based and non-grid-based vector fields, it supports Cartesian and...
The seed finding interface (see [Seedfinder.hpp](https://github.com/acts-project/acts/blob/main/Core/include/Acts/Seeding/Seedfinder.hpp)) is currently defined as a single method, which is given as: ```cpp template void createSeedsForGroup( State& state, std::back_insert_iterator outIt, sp_range_t bottomSPs, sp_range_t middleSPs, sp_range_t...
Currently, any price filtering will remove static modules from the search. Static modules should always be shown. Or their price should be fetched from the normal market.
Users can currently add multiple characters, but they cannot select which one contracts should be opened on.
Also following #181, we need to add new tests to ensure that the alignment requirements are actually met. Preferably after #183 is completed.
Following #181, this is a long-term goal we should complete; we have a lot of memory resources which are not current able to support alignment.
This is to bring it in sync with the jagged device vector. Having these two classes have different size types is unlikely to cause any real problems, but it is...
In https://github.com/acts-project/algebra-plugins/pull/95, we have run into an interesting problem with Vc where the library fails with illegal instruction errors in the Github CI when using Mac OS based runners. Using...