Hugo Peek

Results 35 issues of Hugo Peek

This revives the old 'composer' flag from @Jako . If set to true, the vendor folder will be moved temporarily and restored after the transport package is created.

This also required the Symfony packages to be updated to v6.x, plus adjustments to some log functions. I don't know the implications of upgrading Symfony yaml and console to v6,...

See template class here: https://github.com/theboxer/Git-Package-Management/blob/82099813ca7cfa83264e2b7b09d4d2677240e617/core/components/gpm/src/Config/Parts/Element/Template.php#L22C5-L22C35 This used to be 'tpl' (templatename.template.tpl), so old static files will need to be renamed when migrating to GPM 3.x. Just curious why it is...

This was generating errors for me. [error] TemplateVar: fb_hooks - file "elements/templateVars/fb_hooks." doesn't exist It seems that TVs can be static also, but I never used that feature so I...

The JSON schema demands that this field is an integer (which is correct), but the install command was throwing the error: sortOrder has to be string, integer given.