adrienmaillard
adrienmaillard
* **Tickets addressed:** Closes #1189, Closes #1190 * **Review:** By commit * **Merge strategy:** Merge (no squash) ## Description The first part of this branch has been done by @mattdailis,...
* **Tickets addressed:** Part of #1364 but does not resolve it * **Review:** By commit * **Merge strategy:** Merge (no squash) ## Description Add a `@AllChildren` annotation to mission model...
This is the second version of this ticket. This writeup is as much of a plan as it is a basis for my own reflection, sorry for the endless rambling....
ResumableSimulationDriver behavior when inserting a task between curTime and batch.offsetFromStart()
### Checked for duplicates Yes - I've already checked ### Is this a regression? No - This is a new bug ### Version develop ### Describe the bug Discussion about...
These are from a time where the scheduler was a stand-alone app. Although I am not really happy to have to go through simulation for every constraint we have to...
* **Tickets addressed:** Resolves #1135 * **Review:** By commit * **Merge strategy:** Merge (no squash) ## Description See the ticket for the original issue. The cause for this issue is...
While working on #1378, I found the following issue. Executing the following goal: ```typescript export default () => Goal.CoexistenceGoal({ forEach: ActivityExpression.ofType(ActivityTypes.GrowBanana), activityTemplate: (growBananaActivity) => ActivityTemplates.BiteBanana({biteSize: Real.Resource("/fruit").valueAt(growBananaActivity.span().starts())}), startsAt: TimingConstraint.singleton(WindowProperty.START).minus(Temporal.Duration.from({ minutes :...
* **Tickets addressed:** ? * **Review:** By commit * **Merge strategy:** Merge (no squash) ## Description Copy/paste what has been done for the mission model annotations. There's one less type...
* **Tickets addressed:** Yet to be written * **Review:** By commit * **Merge strategy:** Merge (no squash) ## Description Metadata containing item order is now attached to every `RecordValueMapper` so...
### Checked for duplicates Yes - I've already checked ### Is this a regression? No - This is a new bug ### Version develop ### Describe the bug I was...