Hugo van Kemenade
Hugo van Kemenade
CI testing was moved from Travis CI to GitHub Actions in https://github.com/yaml/pyyaml/pull/407 so I guess this PR is no longer applicable?
Corpora doesn't make any compatibility promises, so I think this is okay? Let's ask @dariusk :)
Upstream at CPython, there have been recent PRs to defer some imports in stdlib modules to improve import time: https://github.com/python/cpython/issues/109653 If you see some other candidates, feel free to comment...
The missing embedded tweets improves this article about tweets.  This was on Nokia 808/Opera Mini (but I've got a new phone now).
Does this fail on 3.12 with https://github.com/dropbox/dropbox-sdk-python/issues/483?
Also remove pypy-2.7 from https://github.com/dropbox/dropbox-sdk-python/blob/337f863c2e9e107046ebbac3db4c8f156f269889/.github/workflows/ci.yml#L14 and py27 from tox.ini
packaging 24.0 has been released: * https://pypi.org/project/packaging/24.0/ safety-schemas requires packaging
Can you print out what `now_playing.artist` is? And what `now_playing.get_album()` is?
It looks like this info might be missing from the Last.fm API. The three endpoints: * https://www.last.fm/api/show/artist.getInfo * https://www.last.fm/api/show/album.getInfo * https://www.last.fm/api/show/track.getInfo If you click the example URLs (XML) and replace...
I suggest reporting it to Last.fm and see what they say.