David Lemaitre
David Lemaitre
This is the full error output : Version: 0.9.2 Python: 2.7.5+ (default, Sep 19 2013, 13:48:49) [GCC 4.8.1] PIL version: 1.1.7 Platform: Linux-3.11.0-17-generic-x86_64-with-Ubuntu-13.10-saucy Config: {'css_dir': '/var/www/XXX/fileadmin/templates/XXX/img/sprites', 'less_dir': '/var/www/XXX/fileadmin/templates/XXX/less/sprites', 'force': True,...
I confirm it works if I use horizontal, vertical or diagonal algorithm. I can imagine the complexity to make square sprites with the filename ordering. Maybe just add a warning...
@jdespraz answer 2 for me. This is my upgrade process : 1. `docker-compose pull` 2. `docker-compose down` 3. `docker-compose up -d` 4. Database upgrade if requested 5. Check Matomo version...
This is the yaml file for a simple form with a text field and a checkbox. [asimpleform.form.yaml.txt](https://github.com/TYPO3-Headless/headless/files/14705227/asimpleform.form.yaml.txt)
I'm able to reproduce with PHP 8.3.4
Hi @twoldanski, I confirm that this patch solves the issue
I faced a similar issue after upgrading nuxt-auth from 0.6.2 to 0.6.3 and next-auth from 4.21.1 to 4.22.5. I'm using a custom provider in my case, I had to set...
Try `NEXTAUTH_URL=http://localhost:3000` and `AUTH_ORIGIN=http://localhost:3000` And my NuxtAuthHandler is located to `/server/api/auth/[...].ts`
Remove the space after equals sign for the `NUXT_BASE_URL` environment variable in your .env file
Try `baseURL: process.env.NUXT_BASE_URL ` in the nuxt.config.ts