Randy Fay
Randy Fay
This is new with today's upgrade to lima 0.12.0, I saw it too.
Here's the full complaints: https://gist.github.com/rfay/97a0dae94c2e49830356e426c2ce0353
Is https://github.com/lima-vm/lima/pull/1079 likely to fix the persistent problems with lots of nameservers (that cause everybody to use `--dns 1.1.1.1` ?
It seems to be something about DNS servers in local routers. There have been so many cases that we just tell people to install colima that way, and it seems...
Mac is really hard. There's no command-line way to start Docker Desktop if you want it. You can do Colima, as DDEV has colima tests. But I was never able...
Thanks. It's not clear to me how to know the ANALYSIS_ID that needs to be deleted. Or did you perhaps delete it? I don't see this happening now. I used...
`gh api -H "Accept: application/vnd.github+json" -X delete /repos/drud/ddev/code-scanning/analyses -F "ref=refs/heads/master" -F "tool=CodeQL" -F "analysis_key=github/workflows/codeql.yml:analyze" -F "environment={\"language\":\"python\"}"` gets a 403. `gh api \ > --method DELETE \ > -H "Accept: application/vnd.github+json"...
Well, I used the curl to get rid of that one, but there are more, and `curl -X DELETE -H "Accept: application/vnd.github+json" -H "Authorization: token $GITHUB_TOKEN" https://api.github.com/repos/drud/ddev/code-scanning/analyses/31308286?confirm_delete` gets ```json {...
Thanks. I think there's a bug here too... the OP describes misbehavior, not just something I can fix by deleting one analysis, and there's nothing that was done wrong in...
Let me know when you've manually tested and like it, and set it to be ready for review. Thanks for this!