Toby Stokes

Results 24 comments of Toby Stokes

This fix wasn't included in 1.0beta5 - but I just patched in https://github.com/lojjic/PIE/commit/d97c93097d5ed0dc880a5d432e70ee097c9da7f9 to the 1.0beta5 release to see if it works, and I can confirm it does fix for...

It is! Though have also found that mjml does support multiple files too - https://github.com/mjmlio/mjml/issues/317 Though not in official documentation. In both cases, still stuck with trying to watch a...

Can confirm that being in or not within a matrix field makes no difference, also same applies to the address field types (haven't tested the others)

Nope sorry, think I just went back to a standard text field instead.

I was getting the same error after upgrading from 0.12 -> 1.0 In my case, the collection that failed was caused by the same tag being included by both a...

Aha, because [deep data merge](https://v1-0-0.11ty.dev/docs/data-deep-merge/) is enabled by default in 1.0! So be aware, if you're adding tags via directory data, be sure to override or at least don't add...

I can still recreate the same error message `Dependency Cycle Found: ___TAG___all -> ./src/blog/index.njk -> ___TAG___blog -> ./src/blog/index.nj` (which is the page that does pagination) - not sure it's exactly...

It's only the Hex colour mode that doesn't work for me, others like RGB seem fine

The original intention was that the filters would only be visible by default if any were active. You may have decided against that, but it that still an option? Was...

looks like currently 'active' class is being used to toggle visibility, but not related to whether filters are actually active, so yes we'll need to separate activeness and visibilty somehow.