Andreas Otto

Results 12 issues of Andreas Otto

## Description The browser receives a wrong header location result when using `'url' => '/'` in config.php: After reloading the problem seems to have gone. But the problem keeps occurring...

needs: replication 🔬

When in multi-language setup and when defined `translate: false` fields in users blueprints, usually the default languages' content is returned as fallback. That is the expected behavior. That works as...

needs: delay ⏳️

`403 Forbidden` on your website, including the documentation. If the website stays offline, could you please move the documentation to the repository?

I'm using NativeAudio in my ionic 2 (beta-11) project like this: ``` ngOnInit() { this.platform.ready().then(() => { NativeAudio.preloadComplex('uniqueId1', 'assets/test.mp3', 1, 1, 0); } } ``` then, on (click) of a...

## Description Thumbnail creation doesn't work as expected when using `'format' => 'webp'`. As soon as one switches the `format` to `webp`, the creation of thumbs doesn't work any more....

needs: discussion 🗣
type: stale 💤

`3.6.4` I found two situations where media files are not generated any more. **Situation 1** To reproduce start with an empty media folder. Put two image files into a content...

type: bug 🐛

I've got a css file which i used to edit with firefile since a long time. As soon as i use the current version, the file is corrupted while saving....

css attributs like this will not work in firefile.php because of urldecode(): h4.teaser + a.btn { .... } The plus sign disappears because of urldecode(). Use rawurldecode() instead and everything...

Current version of firefile.php still doesn't support https URLs for saving because of hardcoded string "http" in line 109: Please replace hardcoded "http" at least against something like ``` ($_SERVER['HTTPS']...

macOS 11.6 (20G165) `brew` completely uptodate Command: `brew install [email protected] --build-from-source` ``` ==> Installing henkrehorst/php/[email protected] ==> Patching ==> ./buildconf --force ==> ./configure --prefix=/usr/local/Cellar/[email protected]/8.0.3 --localstatedir=/usr/local/var --sysconfdir=/usr/local/etc/valet-php/8.0 --with-config-file-path=/usr/local/etc/valet-php/8.0 --w ==> make Last...