Michael Havens

Results 4 issues of Michael Havens

When using the Flag enum class, entries that are composite with other entries omits them from the list of all enum entries, even if all entries are unique. ``` from...

auto() only factors in the last | operation on the right side. I've found a work around is to move the |'s to the left of auto but a fix...

The current library used to parse '.toml' files is `toml` which is stagnant and has several known issues parsing current standard pyproject.toml options (such as 'dependency-groups' with 'include-group') and is...

https://github.com/ethanfurman/aenum/blob/523f7d4936b16fc598dcde94f55fe3224d0c96b7/aenum/_enum.py#L1602 Should be as simple as passing kwargs as the last parameter to this line.