Scott Driggers

Results 76 comments of Scott Driggers

I haven't written any go code, but if this is still sitting open in a week or two, I may give it a try. Also, if anyone does write a...

This bug wouldn't be a big deal for me, except this causes winget to update MegaSync on every call to `winget upgrade --all` (even if the most recent version is...

Seeing the errors, and this needs some work. Will resolve issues next week

I have kind of stalled out here. Having a busy week with work and I am out of town this weekend. If anyone wants to take over this, I would...

This solution would help me as well Also, @wouterraareland, what does your `supabaseFetcher` look like? Is there a package for this?

So I tried reading through the docs to work out how to work around this. I see the useSWR handler either calls `JSON.stringify` or `toString` to hash items. I am...

Ok so I tried my solution and it was not sufficient. It turns out that I was misreading the stableHash code. In reality neither toString or stringify is being called....

Compare wouldn't solve the issue because `compare` only deals with the returned data. We need a new api that deals with the keys. The issue is that `serialize` (which uses...

I made a pr that solves this problem for my situation, but I don't know what I need to do to get it ready to merge. Can anybody watching here...