Sean Delaney

Results 10 issues of Sean Delaney

Added Unzip to my CI app. Worked fine but the extracted files have file permissions set to 644 with owner/group as nobody. Is it not possible to keep the permission/owner/group...

Is there a horizontal example or does anyone have a working horizontal example? I tried editing the vertical example but can't get it working.

When running npm install laravel-mix-criticalcss, v1.0.2 installs and not 1.1.0 Looks like https://registry.npmjs.org/laravel-mix-criticalcss is not showing 1.1.0

Does adding the Critical CSS to a file, not render blocking?

Fixes https://github.com/solspace/craft-freeform/issues/1980 After deeper investigation, the `asyncCsrfInput` config setting does not render correctly in our multipage handling and using `Html::csrfInput()` On page 1, it seems to render, meaning `` gets...

Fixes https://github.com/solspace/craft-freeform/issues/2260

Related PR https://github.com/solspace/documentation/pull/11 ``` {{ freeform.loadFreeformPluginCss }} {% set form = freeform.form('formHandle') %} {{ form.render() }} {{ freeform.loadFreeformPluginJs }} ```

Fixes: https://github.com/solspace/craft-calendar/issues/416 https://github.com/solspace/craft-calendar/discussions/125 https://github.com/solspace/craft-calendar/discussions/165