Jeff Escalante
Jeff Escalante
> if/else means code duplication Absolutely true, but if it is two lines that are duplicated in a single component, it can honestly end up being a non-issue, and not...
Posthtml's templating method will not generate client-side templates with posthtml-expressions, it is only compatible with interpolated strings like `Hello ${planet}`. Currently the only way to get client-side templates with plugins...
Yeah this is a good call. Auto-linking parameter names like this in HashiCorp docs has been around for at least 5 years at this point, and as you pointed out...
Thank you for reporting and catching this - the team is working on a fix now!
@mjad218 Is there any chance you could try to pare this down to a minimal reproduction and post here so we can take a look?
The heap overflow thing is concerning for sure, as well as the multiple data fetches. It would be informative to see the source code if you were able to share...
It seems like it would be difficult for plugins to be able to also process any of these types of trees. How would the plugin know which type of tree...
So how would you convert a tree that contains more information than the base posthtml tree format into that format without losing the information?
It does seem like this is necessary. However, doing this means that all existing plugins will break and need to be adapted to the new format 😕
Fair enough, but that's a very difficult thing to deal with for users and plugin authors. Figuring out what works with the old/new tree will be challenging. Also what happens...