Ryan Toronto

Results 100 comments of Ryan Toronto

https://github.com/code-corps/ember-stripe-service/pull/59 adds the ability to configure mocking in testing mode.

Cool - I'll take a look at getting the test to pass and we can go from there. I like the idea a lot.

This looks good, but I need tests before I can merge it.

Awesome, thanks for sharing this. I really like the idea of storing the `lastFetched` Date in a ref. There's no benefit of using React state here since the date is...

Seeing the same error: ``` > python -m python_coreml_stable_diffusion.torch2coreml --convert-unet --convert-vae-decoder --convert-text-encoder --xl-version --model-version stabilityai/stable-diffusion-xl-base-1.0 --bundle-resources-for-swift-cli --attention-implementation ORIGINAL -o ./mlpackages ``` ``` > swift run StableDiffusionSample "Astronaut on Mars During...

``` > sw_vers ProductName: macOS ProductVersion: 13.5 BuildVersion: 22G74 ``` 16-inch MBP 2021 Apple M1 Max 32 GB

I think this is worth merging now. Thoughts? (If we're all in agreement on the UI I can make sure the docs are using the latest version of mirage so...

I've run into this before, maybe six months or so ago on another React project. Issue iirc was jest's jsdom dependency does not have MutationObserver. I think maybe I just...

Ok finally got this added to the docs: https://next-s3-upload.codingvalue.com/use-s3-upload#uploadtos3-options The way to do this now is to use: ```js uploadToS3(file, { endpoint: { request: { url: "/my/custom/api-route" } } });...