Kevin James

Results 68 comments of Kevin James
trafficstars

No data is shown in the `Console` tab. Loading various Twitter tweets continues to go to the twitter page rather than a redirect, and still loads no output. Loading the...

As far as I can tell, readthedocs does *not* use your Makefile -- according to [their docs](https://docs.readthedocs.io/en/stable/builds.html), they instead just call `sphinx-build -b . _build/` directly, which doesn't seem to...

@uranusjr grabbing the relevant-to-this-repo part of my response https://github.com/pypa/pip/pull/9258#issuecomment-743474226 : I think the difference between returning fewer options in `find_matches()` vs what I've done here by disabling backtracking comes down...

I've been getting this lately too. Looks like it _might_ be a permissions issue of some sort? I notice the its only repos I've set up recently (last couple months?)...

Another use-case for this feature might be to help support (some?) private registries. Google's Artifact Registry, in particular, would certainly benefit from this feature. To download packages from that registry,...

Solved via [autobuilding on master, tagging the image based on parsing the requirements file](https://github.com/TheKevJames/tools/commit/87ad6d872edde6ecb04c160725ba9688d398a7bb) and then [having renovate autoupdate the requirements file](https://github.com/TheKevJames/tools/commit/4dc3de14c0c103e29cfc36674527fb38229d237f)

Tackled this [here](https://github.com/TheKevJames/tools/commit/87ad6d872edde6ecb04c160725ba9688d398a7bb) and [here](https://github.com/TheKevJames/tools/commit/4dc3de14c0c103e29cfc36674527fb38229d237f). Thanks for the starting point! Should now do the autobuild/merge/tag/deploy stuff as well.

Can't track this one down at all! As far as I can tell, the issues started with `gcloud v407`: any version greater than that is causing issues. I've updated the...

Fixed! `thekevjames/gcloud-pubsub-emulator:420.0.0` and future should be working once more. Unfortunately, I did need to switch off of alpine and onto Debian, so the images are (hopefully temporarily?) much larger (~2GB),...

Interesting! I've so far been unable to replicate the issues you're reporting above, so any additional information you can find would be very helpful!