Albert Chu

Results 9 issues of Albert Chu

**Describe the bug** Formatting of the hover documentation for `shop.locale` is not like the rest of the hover documentation. https://github.com/Shopify/theme-tools/assets/5607117/eb7df5c7-89a9-4046-b218-ea3b906150d6 **Expected behaviour** Same hover doc structure everywhere. **Additional context** Its...

Bug
open for contributions

## Overview A subset of our remaining checks to migrate will need to know the file size. We need to make sure that all our theme-check usecases will support these...

tech debt

## What are you adding in this PR? Demo check for lunch and learn. This check will verify validity of settings IDs. June 3rd: This check only validates local settings...

## Feature Request In `theme-check-common`, this is far too common of a pattern: ```typescript create(context) { return { async LiquidRawTag(node) { if (node.name !== 'schema' || node.body.kind !== 'json') return;...

tech debt
area:theme-check

## What are you adding in this PR? ## What's next? Any followup issues? ## What did you learn? ## Before you deploy - [ ] This PR includes a...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. It would be good DX to allow theme developers to...

enhancement

## Overview This PR introduces a syntax improvement to Liquid templates: **Boolean Expression Support**: Enhanced boolean handling with proper operator precedence This change makes templates more readable and concise by...

## Overview This PR introduces a significant syntax improvement to Liquid templates: **Infix Operator Support**: More intuitive mathematical and logical operations This change makes templates more readable and concise by...