Elixir protocol calculating outstanding from expected and actual

1 Open Issue Need Help Last updated: May 19, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task is to modify the Elixir `Outstanding` library's Map implementation to allow an actual struct to resolve outstanding values if it possesses the necessary fields. This involves adjusting the comparison logic within the `outstanding/2` function for Maps to handle struct inputs correctly, potentially by converting the struct to a map for comparison.

Complexity: 3/5
enhancement good first issue

Elixir protocol calculating outstanding from expected and actual

Elixir