Daniel Roth
Daniel Roth
Unsure if this is a kind problem at all or more a kubeadm problem or a known problem with those specific k8s versions. But here goes. **What happened**: ``` ERROR:...
Commenter failed here https://github.com/tehcyx/terraform-provider-kind/pull/23 with a 403 error: ``` Run actions/github-script@v3 with: github-token: *** script: var fs = require('fs'); const ev = JSON.parse( fs.readFileSync(process.env.GITHUB_EVENT_PATH, 'utf8') ) var issue_number = ev.pull_request.number...
I'm trying to list followers on a regular interval and it broke a couple days ago (https://github.com/tehcyx/bsky-audit-log/blob/main/tool/main.go#L122-L139). In particular, it seems the cursor is not advancing as every loop iteration...