Luan Tran

Results 9 issues of Luan Tran

This works great but it only returns a maximum of 4 questions?

Hello. I'm having the above issue with version 2.8.0. Can you please double-check? ![image](https://user-images.githubusercontent.com/19511189/127135532-d9cec3d9-be68-4989-9ea7-fe30afe6f446.png)

I run `npm install` and `npm run dev`. The app asked me to log in and I already logged in, however, I still got this error ![image](https://github.com/Shopify/shopify-app-template-node/assets/19511189/1564881b-d0c5-4c9d-b446-aedcdd737179)

### Describe the bug I tried installing the package but got the below error ``` PS D:\remix-quandk-portfolio> npm i remix-image npm ERR! code 1 npm ERR! path D:\remix-quandk-portfolio\node_modules\better-sqlite3 npm ERR!...

Hello I have this error when trying to Pay with Stripe ![image](https://user-images.githubusercontent.com/19511189/207354596-53fffbe5-d847-497c-bf89-95df07c855f1.png)

Hello. I've just installed version 1.1.2 on Magento 2.3.4. But it does not work. Do you have a paid extension support so I can request product page layout customization?

### Describe the Bug I used Tailwind components. It looks fine in the preview page: ![image](https://github.com/resendlabs/react-email/assets/19511189/aba2a1ba-494a-4b0b-9b05-8f53600e7ded) But terrible on Gmail: ![image](https://github.com/resendlabs/react-email/assets/19511189/39373992-37f5-455f-868a-8518609ef393) ### Which package is affected (leave empty if unsure)...

Type: Bug
Package: @react-email/tailwind

I'm using Magento 2.4.6, and PHP8.1 and got this error thrown up in the product page, please help. ``` [2023-12-14T07:25:24.838952+00:00] main.CRITICAL: TypeError: Smile\ProductLabel\Block\Product\ImageFactory::getRatio(): Argument #1 ($width) must be of type...

Hi guys I have this liquid object that show customer orders, however they are not sorted by 'created_at' attribute. `{%- paginate customer.orders by 16 -%}` How can I sort them?