Isaac Bowen
Isaac Bowen
5.4.0 was the last version cut, and that [was back in July of 2022](https://github.com/Shopify/liquid/commit/6f8722a). My specific motivation in filing this is that `{%- endraw -%}` didn't start working until https://github.com/Shopify/liquid/commit/74e505f,...
https://www.theserverside.com/feature/Why-GitHub-renamed-its-master-branch-to-main
https://tasks.mechanic.dev/auto-fulfill-items-that-dont-require-shipping (notes below all describe what's available in 2023-04) We need that `requiresShipping` field, and it turns out that it's available one level up on `FulfillmentOrderLineItem.requiresShipping`. `FulfillmentOrderLineItem` doesn't have any...
Concerning [Publication.title](https://shopify.dev/docs/api/admin-graphql/2023-07/objects/Publication#field-publication-name), Shopify says: > Name of the publication. Use [Catalog.title](https://shopify.dev/api/admin-graphql/unstable/interfaces/Catalog#field-catalog-title) instead. The task library uses publications in [many places](https://github.com/search?q=repo%3Alightward%2Fmechanic-tasks%20publication%20name&type=code). (As an example, this issue came up re: [Auto-tag customers...
5cce03a removed stderr capture from ExternalRuntime. In the event of a runtime error, this means that the error message no longer contains error/trace info from runtime. Terrible, terrible workaround: ```rb...
A merchant wrote in: https://tasks.mechanic.dev/auto-add-bundle-components-to-orders-post-purchase > in your template you look for bundles with bundle_parent_sku but in new native shopify bundles they are using line-item-group > https://shopify.dev/docs/api/admin-graphql/2024-07/objects/LineItem#field-lineitemgroup > can you...