Nate Schimmoller

Results 67 comments of Nate Schimmoller

@llimeht welcome back! I don't want to act like I know all the technical blockers that would present themselves in this effort. However, I think there is enough for us...

@0xallie and @f4z3k4s yes this is expected behavior there is in fact a language called [En](https://en.wikipedia.org/wiki/En_language) by default lookup() looks through names first and will return the first match. A...

@terencehonles thanks for your feedback. User's designing a fallback method to use `name` when `common_name` or `official_name` was not found was a very common use case and as such made...

@zware that's fair feedback and definitely lesson learned on my end. I'll draft up a ticket in our Kanban board and try to better define what types of user stories...

@terencehonles thanks for the input and feedback. I would like to confirm I understand your desired behavior, apologies if I misunderstand at all. - Falling back to `name` when `common_name`...

@QuLogic - New importlib.resources check was added to make sure that ModuleNotFoundError is properly raised. Mainly added to reach required code coverage in pytest configuration ``` python # We prioritise...

@zware okay breaking #183 into a smaller PRs and rebasing to make commit list less crazy. Mind taking a look?

@zware happy new year! wanted to see if you'd have some time soon to review some of the open PRs of mine. Want to avoid making PRs without your or...

@TheMetaphorer this isn't a bug, but intended functionality. The country data is based upon the [International Standards Organization (ISO) 3166 Standard](https://www.iso.org/iso-3166-country-codes.html) data for countries. As you can see for the...

@TheMetaphorer I'd say for now I wouldn't expect this functionality to be added. I'm trying to work with the project maintainer to align on how we can distribute responsibility of...