Results 19 comments of Björn

When I dump the $arrResponse from index.php I get message that invalid-input-response which equals "invalid-input-response | The response parameter is invalid or malformed." on recaptcha page. Which makes me believe,...

I cant get nuxt3 image to work on Vercel, waiting to try this

@danchristian I believe you must add image dimensions to the array, weight (w:) and height (h:) let items = images.map(function(value) { return { 'src': value.attributes.imgSrc, 'thumbnail': value.attributes.imgSrc, 'alt': value.attributes.imgDesc, 'w':...

We have the same error since recently. Trying to load thecodingmachine/php:7.4-v3-slim-fpm on a fresh computer without previous installation/cache gives this: php_1 | [01-Oct-2020 19:28:49] ALERT: [pool www] user has not...

Thats strange. I get this error on a Linux host that has nothing to do with Docker for Windows also.

Hi @moufmouf It worked on all my hosts that has previous cache (or something) from your image even if i choose --no-cache option. But when I use a fresh new...

This started to work out of nowhere for me 👍 Both on Linux hosts and WSL2 host with docker for windows

> Sorry to „revive“ this thread, but what is your approach to serving both static assets _and_ the app when using PHP-FPM and Nginx/Apache in separate containers? Do you simply...

Okay, so I got this error because if this line https://github.com/jklepatch/eattheblocks/blob/master/screencast/348-pancakeswap-trading-bot/bot.js#L41 I had to use '1' or larger amount on approve. But now I get this error instead: ``` (node:21550)...

> Not sure why but you can fix this by adding .d.ts file in project src > > //vue-shim.d.ts `declare module "*.vue" { import type { DefineComponent } from "vue";...