Anders Søgaard

Results 28 issues of Anders Søgaard

new framework request

Whenever you make a new commit to a PR, it will create a new comment. This is not ideal if you make a lot of commits after a PR has...

The docs state the following for themes with `role: development`: > The theme is used for development. The theme can't be published, and is temporary. This has a few features:...

enhancement
help wanted

Resolves https://github.com/lorenzodejong/next-sanity-image/issues/50 Next.js sends an [error](https://github.com/vercel/next.js/blob/00ed837bb4b71ce0c30256e4d07638225b31a7e5/packages/next/src/shared/lib/get-img-props.ts#L541) if `src` is the same as the optimized image. In this case, we sent the optimized src attribute back to the `getImgProps` function

### What area(s) will this request affect? Theme ### What type of change do you want to see? New feature ### Overview I would like for Shopify CLI to be...

Type: Enhancement
Area: @shopify/theme

Add the possibility to add union types for LiquidDocs. E.g. ``` @param {string|number} my_variable - This can be a string or a number. ``` **Use cases:** - When passing an...

Feature Request

The sort and sort_natural filters now accept an 'order' option to specify ascending or descending sort order. Tests were added to verify correct behavior and error handling for invalid order...

- Updated nil_safe_compare to treat booleans - Added tests to verify correct sorting of arrays containing boolean values and nils. Solves weird hacks like this: ```liquid {% liquid assign available_variants...