Infernoid Patrulea

Results 16 issues of Infernoid Patrulea

It would be neat if you pass a custom error message right from the CLI arguments. Something like `--error-message 'Try again!'` that could be referenced in the HTML template as...

enhancement

I’m trying to access custom color values (i.e. `{{ site.custom.text_color }}`) in my `style.sass` that are stored under `_data/site.json` but dart-sass wouldn’t process it since that’s Liquid/Nunjucks syntax. I’ve read...

needs-triage

Hello! I’m loving this package and I’m using it in several private repos; though, it would be great if I could implement it in public projects without giving away the...

enhancement

### Operating system macOS Sonoma 14.2.1 ### Eleventy 2.0.1 ### Describe the bug I’m writing an async filter to fetch the data of a Sanity document based on its ID....

needs-triage
needs-reproduction

Syntax highlighting works as expected in suffixed stylesheets and within `{% stylesheet %}`/`` regions, but will IntelliSense and validation come to future releases or Liquify? I saw it working in...

⚡Enhancement

Now that Sanity officially introduced support for localization of the UI (December 19, 2023), editors expect language uniformity across the whole Studio. I know it just happened yesterday but I’d...

Currently, the way to remove a line item is to reduce its quantity to 0. How can I implement a single-click “remove from cart” button?

**Is there a configuration key to disable inline styles appending to ``?** Every time BuyButton.js initializes it places a `` element after my stylesheets, making it harder to override. I’d...

As mentioned a while ago in #484, the documentation should detail the fact that `isButton` will be ignored when the product component contains another button.

I can’t figure out why I can’t reference component props when trying to set up data with ``, as it just crashes the build. ```bash [11ty] Original error stack trace:...