Patrick Nelson

Results 189 comments of Patrick Nelson
trafficstars

Hopefully this would be addressed via #32 as well (for those of us who may prefer the API and configuration capabilities of this particular plugin). I guess the main issue...

Actually, scratch what I said above. Without going into too much detail (see #34 and [this comment](https://github.com/11ty/eleventy/issues/817#issuecomment-1066718780) if you want that): If you're going to be using 11ty to compile...

Judging from the error output, I'm pretty sure this will be fixed by my PR actually: #32 Unfortunately, #27 comes very close, but it's not complete given the `devDependencies` which...

Since it's technically a backward incompatible change (and you can probably override/unset these in PHP if they really bother you), I'd recommend making it a v4 change only and leave...

If I have time 😄. Before I do though, quick questions on convention/code style: 1. Since there's already a mix of constants and `protected static` variables, should `private static` variables...

Yeah, one issue I had with this was all the static calls being made to the class making it impossible to use the most intuitive technique for just extending/overriding the...

> An alternative approach that I have read somewhere else (but cannot remember where...) is to create a junction or symlink for the `LocalState` folder (the folder that contains `settings.json`)...

Thanks for calling that out @DHowett Hmm… since some of us want to _synchronize_ profiles and others want the ability to parameterize via CLI _which_ profile to use, have we...

I sense confusion above. My interpretation of @Rich-Harris's description is that he wants a reference to the `HTMLElement` instance, not the component itself. That said: This varies slightly now in...