Mr. Z

Results 29 comments of Mr. Z

I am having the same issue: ``` verifying github.com/vartanbeno/go-reddit/[email protected]: checksum mismatch downloaded: h1:fxYMqx5lhbmJ3yYRN1nnQC/gecRB3xpUS2BbG7GLpsk= go.sum: h1:vjb+mY2GwC00uKeXdM+efhzEJoScc0oQfP5CZrE2R28= SECURITY ERROR This download does NOT match an earlier download recorded in go.sum. The bits...

@AnandChowdhary is this something you can take a quick look at? maybe all we need to do is publish a new release (version) ?

Still having this issue - any ideas uptime fam?

Yes the `owner`, `repo` and `cname` are correct. The first page load fails. All other page loads work great. Issue still persists...

@ghveem feel free to take a look: `https://github.com/tonicpow/status/blob/master/.upptimerc.yml`

Maybe you have adblocker on? 🤷

Hi y'all! Can we either merge this fix or find the right solution? Seems there is still an issue related to this: #418

I am having a similar issue as well: #418

Here is also the workflow ``` # Workflow: https://github.com/micnncim/action-label-syncer # Export your labels: https://github.com/micnncim/label-exporter name: sync-labels on: push: branches: - master paths: - .github/labels.yml jobs: sync-labels: runs-on: ubuntu-latest steps: -...