Wincent
Wincent
I hade the same problem but in reverse. Tried to change comments to dark green to not be the same color as whitespace. (not python-specific) This worked for me: ...
Is a solution that replaces cloud storage of `actions/cache` with local storage possible? We would like to switch to self-hosted runners but they have a very low success rate at...
> Implementing cache on self-hosted runners is not that easy. > > You might have your own homelab/on-premise bare metal servers, or AWS / Azure / Google operated kubernetes clusters,...
This workaround worked for me: ```bash kubectl delete mutationwebhookconfiguration mutating-webhook-configuration kubectl delete mutatingwebhookconfiguration actions-runner-controller-mutating-webhook-configuration kubectl delete validatingwebhookconfiguration validating-webhook-configuration kubectl delete validatingwebhookconfiguration actions-runner-controller-validating-webhook-configuration helm uninstall actions-runner-controller -n actions-runner-system helm upgrade --install...
Same issue, on Mavericks 10.9
When can we expext a new official docker image for rethinkdb?
Seeing 2 minutes plus on step "getting download url for kustomize 5.0.0" Workflow file: ```yaml name: "Validate dev" on: pull_request: branches: - main env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} jobs: kustomize-argocd:...
> Seeing 2 minutes plus on step "getting download url for kustomize 5.0.0" > > Workflow file: > > ```yaml > name: "Validate dev" > on: > pull_request: > branches:...
1➕ for this! Having problem with imports in ESM modules executed by github-scripts, package.json ```json { "name": "configure", "version": "0.9.0", "type": "module", "private": true, "description": "actions/github-script", "main": "src/main.js", "scripts": {...
> @davidwincent, I believe this should work. I tried this method earlier, and it worked for me. Importing package ESM module packages directly is not working. Ended up using [vercel/ncc](https://github.com/vercel/ncc)...