spiffytech
spiffytech
Very understandable. Note that this PR creates a new S3 provider, not a separate backend like azureblob. The proposal to retry would require changing the behavior for all S3 providers,...
I've pushed an update backing out the changes to the integration tests, and adding a retry for `CreateBucket`. This is WIP and isn't ready to merge, as noted above.
> Does it work if you just run that test with the -run flag? Nope: because an `Fs` is initialized at the top of the test suite, running just `FsListRootedSubdir`...
This PR code-complete and ready for review.
Great, thanks for pushing it over the finish line!
I got media keys working (openSUSE Tumbleweed) by going to Settings -> Integrations -> enable MPRIS, then restart Tidal Hi-Fi.
Ah, I see that adding an `ErrorBoundary` does keep things from breaking. Just to confirm: 1. In the absence of an `ErrorBoundary`, we expect a failed resource read in ``...
> It doesn't right? I just added a div and it looks broken still to me. Ah, pardon my lack of specificity. When I alter the sandbox to wrap the...
That got me going. I still got errors in a Bun monorepo with my other Vue app (maybe some other conflict), but when I ran that in a fresh repo...
Yep, this is still an issue. I have [reproductions here](https://gist.github.com/spiffytech/45e3d3ecd3c46c1ef773ec0e2d073be3) for threads issues with Tinypool, Piscina, and Workerpool. Under Bun 1.2.21, Workerpool with threads still prints an error: > NotImplementedError:...