Emaia
Emaia
Hi! In foundation-explicit-pieces.js, on line 3, the filename is incorrect. ``"/Users/web3/node_modules/foundation-sites/js/foundation.util.core doesn't exist"`` The correct file name is "foundation.core.utils" Also, there is a warning message ``DEPRECATION WARNING: Passing a string...
Hi @AmyGail @colin-marshall In my opinion the Reveal plugin isn't a good option for image modals. With other plugins we can get best results and features like responsive size, next/prev...
Same problem here... Any solution?
Hi! I'm not sure if it's the same problem but I can't deploy in Netlify after v3.6. If I lock nuxt in v3.5.3 or remove one of the modules it...
> Same issue here with Nuxt 3.2.0 and Nitro 2.2.1 on Netlify and local build > > ``` > 8:06:34 AM: Export "useNitroApp" of module "../../node_modules/.pnpm/[email protected]/node_modules/nitropack/dist/runtime/app.mjs" was reexported through module...
Same here
Hi! I'm also getting this same error sporadically but with some frequency. I'm running on WSL2 with local binary, downloaded from https://github.com/dunglas/frankenphp/releases/tag/v1.1.1 Same error with v1.1.0 Caddyfile: ``` { frankenphp...
@dunglas It works without errors using Docker version. My output with debug binary: ```bash SIGSEGV: segmentation violation PC=0x7f4d9ac01a1b m=24 sigcode=1 addr=0x7f4d4462be70 signal arrived during cgo execution goroutine 182 gp=0xc000bb21c0 m=24...
Another update: I'm using [Laravel Debugbar](https://github.com/barryvdh/laravel-debugbar) in my dev env and if I disable it, this crash doesn't happen.
> Another update: I'm using [Laravel Debugbar](https://github.com/barryvdh/laravel-debugbar) in my dev env and if I disable it, this crash doesn't happen. This reduced occurrences of this bug but it continues to...