moja

Results 8 comments of moja

@pleerock is it possible to have this released? aws-sdk v2 is deprecated. typeorm-aurora-data-api-driver already updated their package so we just need to bump it up here.

Anyone getting this warning after starting dev? ![Screenshot 2024-04-29 170702](https://github.com/Shopify/hydrogen/assets/51805651/50622fa7-f92f-46a9-aece-befb0c5c3d76) I tried running `h2 codegen --watch` but I get this error even though i have the latest version of `@shopify/hydrogen`...

Any updates on this? Or at least is there a workaround to show loading states when making cart changes?

> npm install -g http-proxy put on a sh file > > ``` > #!/bin/bash > http-proxy -p 8001 3004& > sleep 2 > lt --port 8001 --subdomain mysubdomain >...

@graygilmore yes. and I’m able to connect my app to it by manually entering environment variables locally. The problem is that I can’t auto pull with `h2 link` and I...

Does that also mean that `` from drei doesn't work in offscreen canvas? I tried it and it doesn't show any HTML elements.

I wish they would ship simple functions like so: ```ts import { generateLightAccent } from '@radix-ui/colors' const lightAccentBlue = generateLightAccent('#3D63DD') lightAccentBlue.light4 lightAccentBlue.lightA8 const darkAccentBlue = generateDarkAccent('#3D63DD') // ... ``` I...

@pleerock Can we get this PR merged? This is a breaking change and as of now typeorm-autora-data-api-driver v3 can’t be used.