Hugo van Kemenade

Results 1586 comments of Hugo van Kemenade

Ah, right, if we add a username like `&username=bbc6music` to the end of the URLs in https://github.com/pylast/pylast/issues/441#issuecomment-1841733393 we do get `userplaycount`: ```xml 1623190 25614479 28 ``` With pylast, you can...

> It might be an idea to allow passing a `username` to `get_userplaycount()` Does this help?

I've never heard of gnu.fm before, but if it's like Libre.fm you might be able to do it by either minimally editing the library to modify it to match gnu.fm....

This looks like a Last.fm bug. It's falling over on `timestamp = track_node.getElementsByTagName("date")[0].getAttribute("uts")`: ```python def _extract_played_track(self, track_node): title = _extract(track_node, "name") print(title) track_artist = _extract(track_node, "artist") date = _extract(track_node, "date")...

Here's the pip installs for Office365-REST-Python-Client from PyPI for June 2020: | category | percent | downloads | |----------|--------:|----------:| | 3.7 | 78.80% | 32,146 | | 3.6 | 12.61%...

Please could you put the originals in `original`, and then resized ones in both `450x550` and `225x275`?

No, BigQuery data is only available back to 2016. Also this repo is for a website that uses the data. You might want to ask questions about producing the data...

Yep, `packaging` 24.0 has now been released with support for the "t" tag for free-threaded, and it's been vendored and released in wheel 0.43.0. On [Sunday](https://github.com/hugovk/Pillow/actions/runs/8224276086/job/22487903840#step:7:498) Pillow failed to build...

I'd be fine creating my own free account. It would be nice if I could enter something like a token to re-enable the tiles, but I understand if time is...

There's a lot of it out there: tensorflow, protobuf, opencv, pytorch... * https://github.com/search?q=sys.version_info%5B0%5D&ref=opensearch&type=code * https://grep.app/search?q=sys.version_info%5B0%5D And it's in the CPython 2-to-3 porting guide: * https://docs.python.org/3/howto/pyporting.html