phonic
phonic
+1 !
@mark-ellul yeah, clear, but thats the plain interface without any overlay- or preview-possibilities.
Hey there, I'm having similar problem with cordova-camera plugin. Problem does only occur when taking photos by samsung devices with autocorrect = true, the resulting exif indicates that rotating is...
Hey @mjstealey I did everything exactly as it was described from the instructions for localhost development (especially regarding .conf without SSL). Containers are running fine so far... ``` $ docker...
@mjstealey I really appreciate your help! Thanks for it, will looking into it!
@mjstealey Solved the problem by removing the volume mount for mysql from docker-compose. ``` volumes: - ./mysql:/var/lib/mysql ``` Otherwise I would get the following error log messages: ``` mysql |...