Brian Douglas

Results 59 comments of Brian Douglas

We should sync on this @jasonericdavis. This work happened while I was heads down quitting my last job. Curious if this pattern would work for this project https://github.com/open-sauced/hot/discussions/217#discussioncomment-3200803

This can actually be done with the GitHub App. Blocked by https://github.com/octokit/app.js/issues/269. Perhaps I can take a crack at contributing to that.

The bug that keeps on giving. My hope is that we can revamp a lot of these interactions and make them less buggy while I am focusing on this full-time...

I agree with this approach but have not gotten around to implementing this as of yet. In preparation for the permission feature shipping, I created the [pr-audit-target](https://github.com/open-sauced/open-sauced/blob/main/.github/workflows/pr-audit-target.yml). This could get...

Checking in to see where this is at @yhoungdev

Yeah, we need to clear the cache aggressively for users. The site was getting 2300 uniques a month before the change, so I imagine a not insignificant amount of people...

The solution for anyone who encounters this is to unregister the service worker. We can work on a fix to automate this, but for now, I think [this is a...

I have added the following code to a Netlify snippet injection. It's deployed, just need someone to confirm it works now. ```js navigator.serviceWorker.getRegistrations().then(function(registrations) { for(let registration of registrations) { registration.unregister()...

My reason for putting it in netlify was to fix it now and remove it a month or so. I would rather have the sw not work than get pings...

This is a great idea. I created a video to kick start this and hopefully create a guide.opensauced.pizza. If you don't mind I will use this repo for planning.