Wolfgang Ziegler

Results 29 comments of Wolfgang Ziegler

I just upgrading it using the usual update script. IT fails related to #164: > > Installed Mautic version: 2.16.3 > PHP version: 7.1.33 > OS: Linux > Upgrade type:...

Is there any solution or workarounds to this? > lodash.template used in @nuxt/server › vue-renderer which is runtime dependency but is safe as not used by nuxt. We compile templates...

I see, thanks - we'll give that a try.

stack.lupus.digital handles metatags by grouping them into "backend" and "frontend" ones. The page API provides backend metatags which get added/removed when navigating changes, while the frontend metatags persist. The metatags...

The performance issue was definitely caused by a network delay, not a few function calls. I've been using tooly with https://github.com/drunomics/phapp-cli/releases/download/0.2.3/phapp.phar and no global plugins. I just replaced with a...

For reference, this is the ScriptHandler I ended up using: https://gist.github.com/fago/8a3d8939bb07ff32b627e4a6ddd72429 I just hard-coded it to only install in dev-mode as that is fitting my use-case.

> @chri70 great find, can confirm that NITRO_PRESET=node-server resolves issue with no obvious drawbacks. @jaystacey seems fine, but if that does not work with the preset "cloudflare_pages" I'd consider the...

uhm, this should be a nitro bug though

as discussed at https://github.com/minkphp/Mink/issues/810 this is best fixed here

It's running this command as visible in the output above: >[ -z ${GITHUB_AUTH} ] \|\| git config --global url."https://${GITHUB_AUTH}github.com/repo".InsteadOf 'ssh://[email protected]/rep It's clearly that command creating troubles. But what's weird about...