Anas
Anas
Is there a way to make code link work with all languages, and to make a field that allow us to put the exact regex of the tag? Like we...
The user experience is not good at all if the user doesn't get the full list of class suggestions in HTML, because he forgot to run command manually (or click...
# Issue summary - `@shopify/shopify-app-express` version: 2.0.0 - `@shopify/app` version: 3.46.5 - `@shopify/cli` version: 3.46.5 - Node version: v18.16.0 - Operating system: Windows 11 & on Railway server ## Expected...
Error: `warning "@shopify/eslint-plugin > @babel/[email protected]" has unmet peer dependency "@babel/core@>=7.11.0".` Reproducing the error: ``` yarn add --dev @shopify/eslint-plugin yarn upgrade ``` 
1) I want to use a snippet that converts hex to rgba: ```liquid {%- liquid assign rgb = color | color_to_rgb assign tail = opacity | prepend: ', ' |...