Ben Welsh

Results 292 issues of Ben Welsh

To my eyes, it's better than nothing, which is causing this on Mastodon ![Screenshot from 2022-12-21 05-26-47](https://user-images.githubusercontent.com/9993/208916074-07f5544f-835c-4702-8672-26d010e3cac7.png)

This pull request would add a new attribute, `flag`, that returns the emoji associated with each country. ```python >>> iso3166.countries.get("US").flag 'πŸ‡ΊπŸ‡Έ' >>> iso3166.countries.get("AFG").flag 'πŸ‡¦πŸ‡«' >>> list(iso3166.countries_by_flag.items())[:5] [('πŸ‡¦πŸ‡«', Country(name='Afghanistan', alpha2='AF', alpha3='AFG',...

``` bash $ python manage.py deleteorphaned --info Traceback (most recent call last): File "manage.py", line 8, in execute_from_command_line(sys.argv) File "/home/foo/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line utility.execute() File "/home/foo/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in...

Bug #661 is happening for me in version 3.5

Hello. Great idea for a library! I've started to get it try and get it going by configuring a blank cloud server with the code. But I've run into a...

Students said they would find it helpful to have those notes in their code after they're done so they can refer back it directly rather than having to read through...