Bas van Meurs
Bas van Meurs
I also ran into this issue while trying to fix a memory leak. It's quite inconvenient while hunting for leaks, as it's something that will get you on the wrong...
Thanks. For vite you can use: ```javascript plugins: [vue({ template: { compilerOptions: { hoistStatic: false } } })], ```
We eventually managed to get it to work. The **updated** hook was also needed to propagate updates to the sub-renderer: ```javascript import {createRendererForStage} from "./runtime/runtime" import { h, Fragment }...
Responding on my own question: ```javascript const Demo = { components: { DemoList }, data: () => { return {rot: 0} }, render: compileVugel('#gl-demo') } ``` Instead of using the...
Patch on master branch (patch-php_module_ini-filename-param.diff): ``` diff --git a/manifests/module/ini.pp b/manifests/module/ini.pp old mode 100644 new mode 100755 index 9069781..ea53f4e --- a/manifests/module/ini.pp +++ b/manifests/module/ini.pp @@ -19,6 +19,7 @@ define php::module::ini ( $pkgname...
Hi thias, it is not a fixed prefix. The number indicates the priority so has a meaning. See http://superuser.com/questions/564995/what-is-the-php-config-ini-files-prefix-good-for for some more info.