Jordan Polaniec

Results 4 issues of Jordan Polaniec

Implementing `ITestDataSource.GetData()` currently requires an `IEnumerable` to be returned. This is useful when wanting to return sets of primitives, but a bit tedious when the consumer wants to return more...

Type: Feature
Area: Data Driven
State: Needs Approval

Right now `Related.Ultimate` always shows links for `moves` without the `expand` parameter (meaning it's false). To help people discover the expanded data, add a new link called `Related.Ultimate.MovesExpanded` or `Related.Ultimate.SelfExpanded`...

Examples of this are Lucina and Marth's counter hitbox data and several of Palutena's hitbox fields. Ideally, these would follow a standard format of having the extra data as a...

These will be run after a deployment to ensure nothing catastrophic happened. Tests are currently run in CI on master, but it would be nice to have a small set...

enhancement