Dominik
Dominik
ok, - there it is: ``` #!/bin/sh # installed by CaptainHook 5.10.11 docker exec -t -e GIT_INDEX_FILE="/var/www/.git/$(basename $GIT_INDEX_FILE)" container-php ./vendor/bin/captainhook hook:pre-commit "$@" ``` nevertheless - it would be more convenient...
as far as I understood torek, GIT_INDEX_FILE is always set on commit - but I can be wrong... I understood that GIT_INDEX_FILE might be also set by the user before...
Two totally different approaches... What @sebastianfeldmann says is totally valid - it can be handled by documentation. But I also think the way to force users when captain would solve...
For everybody who is using mlocati/php-extension-installer ``` RUN install-php-extensions imagick/imagick@master ``` nevertheless: it's only a workarround in my opinion. It's now more than two months ago that I had a...
I had a similar issue, when using odbc with php - there it was about a missing libodbccr.so I used it in a Dockerfile and what helped me was `ln...
It is not only about cyrillic symbols - I just created a test-database with german special characters in column name ß the PHP Code that results in the error is...
> @renky did you check the select input with `data-te-select-filter`: https://tw-elements.com/docs/standard/forms/select/#search Maybe this is what you are looking for. Hi @AlxndrVgt : sure... but it doesn't fit. Autocomplete would also...
Just as a follow up: in my case indeed it was our own fault: Everytime when Switching a tenant, we run an action "MakeTenantCurrent" and inside of this we called...
the better solution would be, to update the requirement: "setasign/fpdi-fpdf" - setasign already fixed the issue, if you update to next major releases - not 1.6 any more (thats already...
Hi there is there still any work in progress? Will it be continued? regards