Mattias Fjellvang
Mattias Fjellvang
I created a custom name for my app in .env, called "front.jwr" instead of "front.wuxt", but when running `yarn generate` it fails with error: yarn run v1.17.3 $ docker exec...
I notice the code in functions.php includes references to `https://localhost:3000/` but I notice I cannot access the site using `https`. How can I enable local SSL for the site?
I was wondering if we could get support for php artisan stub:publish?
**Describe the bug** It shows a warning for a missing language, we do not have in our project at all. en: Translation of "paymentCanHappen" is missing(i18n-ally-translation-missing)` Example: We do not...
**Describe the bug** Sometimes it chooses the wrong size for the bgset. See image:  **In what environment (browser/device etc.) does this bug happen/not happen:** Tested in latest version of...
Is it possible to make the touch events less aggressive? It's easy to switch to next image by mistake on mobile, if you're just trying to move the image a...
I tried adding this library to an existing Creact-React-App application. I've added a hello world function, and I wrote this: ``` export const onRequest: PagesFunction = async (context) => {...
I have tried customizing the options, like below: ['nuxt-validate', { lang: 'en', rules: ['email', 'min', 'max', 'confirmed'], nuxti18n: { locale: { 'da': 'da', 'en': 'en' }, rules: ['email', 'min', 'max',...
I have defined rules like so (two places, becasue I am unsure which -- not clear according to documentation): ['nuxt-validate', { lang: 'en', rules: ['email', 'min', 'max', 'confirmed', 'numeric'], nuxti18n:...
I've installed the package, but when trying to exec into it I get: OCI runtime exec failed: exec failed: container_linux.go:380: starting container process caused: exec: "zsh": executable file not found...