Noah Manneschmidt

Results 23 issues of Noah Manneschmidt

Requested on discord, for possible future events: https://discord.com/channels/1013159796024823898/1013159796670734408/1154608224977301515

good first issue
complexity-m

This will be the future form of networking in the app. The whole app uses a shared state that is sync'd between as many users as you see fit. Multiple...

The range validation logic resets the opposite input to an integer

bug
complexity-s

The documentation for the `signal` option of the `add()` method is misleading: > [AbortSignal](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) for cancellation of the operation. **_When aborted, it will be removed from the queue_** and the...

This fixes #219 without bothering to literally remove items from the queue, and instead simply not incrementing the interval count when the signal was previously aborted.

This is a first pass that will fix #321

Suggestion from @ranatalus Provided a reference for song and chart level flags on cards in a drawing to aid in recognizing issues in card draws (e.g. accidental inclusion of unlockable...

enhancement
complexity-s