Cooper Benson

Results 5 issues of Cooper Benson

I was just caught off guard by multiple resources not being deployed due to the fact that they were present in a multi-document manifest (this seems to have also happened...

I'm seeing this error when trying to run my test output through `cargo2junit` ``` thread 'main' panicked at 'assertion failed: `(left == right)` left: `None`, right: `Some("domains::production_domain_update")`', /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo2junit-0.1.13/src/main.rs:211:21 ``` Looks...

The [docs](https://www.rspc.dev/client/react) say to install `@rspc/react-query` but the most recent published version seems to be a commit off of master from 7 months ago and will pull down old versions...

While fiddling with #309, I noticed that the `CustomComboPreset` enum is pretty much out of bits to work with. After poking around a bit, I think there's two options 1....

I'm using `sharp` to resize the images for use with `thumbhash` with user uploaded images like so ```ts const { data, info } = await sharp(image) .resize({ width: 100, height:...