ocket8888

Results 135 comments of ocket8888

I'm wondering if skipping the update would help - otherwise they may have to update the base image to bullseye - since [as of 19 days ago it's the new...

Update: Yeah, if you skip the update it seems to be working okay. Build link: https://github.com/apache/trafficcontrol/pull/6158/checks?check_run_id=3495291877 So instead of ```yaml with: docs-folder: docs/ pre-build-command: apt update --yes && apt install...

Might be specific to latexmk, then, because I'm using it successfully to install `pandoc`. All that really means, though, is that anything else you install may or may not work...

Another workaround `pre-build-command:` is `apt-get update -y && apt-get install -y python3-psutil` because the packages are available pre-built through distro package managers

yeah, but that depends on the package being available as a binary on PyPI - if my package was itself a CPython extension I'd need to use your workaround to...

TheGamesDB.net now requires registered API keys and the legacy API has been shut down. I'm not sure this project is actually still maintained, but a good place to start would...

I'm attempting to fix this in #802 , but I think the maintainer of this project may never be around to merge it.

they have a 10k/month limit on the free version of their API, and probably have rules against disseminating a paid version to the public

For now I'm trying to work on giving people a way to configure their own scrapers, but with a default that uses TheGamesDB with my own public API key.

sure, but api.thegamesdb.net *is* available