Open Issues Need Help
View All on GitHubAI 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