goodspark

Results 45 comments of goodspark

Do you use Chromium or Chrome? Also, yes, it'd be nice to know if there's any more diagnostic or debugging information we can provide to help figure out what's going...

OK so I left the dev tools open for VSCode in the hopes of capturing a profile whenever I tabbed back into VSCode after a long break. I got lucky...

Hm. I'm not sure I the test failure is exactly related to this change: https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/bazelbuild_rules_k8s/636/pull-rules-k8s-e2e/1363912632892919808#1:build-log.txt%3A33 ``` ++ FAIL: 1=bazel-bin/examples/hellogrpc/go/server/staging.create $ /usr/bin/kubectl --kubeconfig= --cluster=gke_rules-k8s_us-central1-f_testing --context=gke_rules-k8s_us-central1-f_testing --user= --namespace=build-1363912632892919808 create -f - error:...

Yeah given the error is `no matches for kind "Deployment" in version "apps/v1beta1"`, this makes me think the k8s cluster that's being used for testing was upgraded without appropriate updates...

I can give it a whirl

This is gonna be a bit tricky with the current tower retry traits. I think I'd recommend waiting until https://github.com/tower-rs/tower/issues/682 lands so we can just leverage the changes to the...

Actually, we could possibly just ref the commit in the dependency to tower. Let me try that.

Pushed a change that uses the new retry policy stuff. Basically lets us mutate the policy object instead of returning a new one. This simplifies the returned future type to...

Search is a bit different. It resets a lot faster (depending on if your request is authenticated). https://docs.github.com/en/rest/search?apiVersion=2022-11-28#rate-limit So it makes sense it would work after 2-3 retries if you...