Liam Bigelow

Results 342 comments of Liam Bigelow

Same issue here — tried playing around with the `enableLog` and `enableRuntime` methods but no luck — other events come through fine. It isn't much of a solution, but in...

Just jumping into this old thread to say that this behaviour wouldn't match the ruby liquid implementation, nor the liquidjs implementation. Both trim out newlines alongside whitespace. If merged it...

Hi Sil 👋 This is definitely something I'm looking to add support for, but I can't promise any timeline around it. Bookshop has pretty tight integration with the template contents,...

👋 What data are you passing to the component? > Looks like the shortcode/plugin isn't able t use the default values from the .toml file The values in the `.toml`...

Hi @silveltman, Apologies for the slow reply. You are correct that plugins are currently unsupported from within Bookshop components — the in-browser rendering doesn't use Eleventy directly so doesn't have...

Hi @silveltman 👋 Wee update here. Plugins are still inaccessible from Bookshop components, but we do have a new feature where you can detect the environment from your template and...

I'm hesitant to add too much more to the TOML file, as it serves primarily as documentation and CloudCannon config, and is sitting on the border of readability as it...

This could now be solved in some cases by wrapping the entire bookshop renderer in a class. There's still some value in this issue for wrapping a component in a...

This is a common frustration with Liquid, since it doesn't provide the ability to build objects on the fly. The two ways I usually tackle this are: 1. Flatten the...

👋 Hmm, I'll look into this. It looks like an edge case with Windows and NPX, which could do with some more testing. (`npx` commands are hard to test in...