Stefan Bürk

Results 44 comments of Stefan Bürk

That's not correct. I thought first the ignore-as-root is needed. But that was an itermediate way. It simply boils down to following: > If something exists in `Resources/Public/*`, the extension...

> I needed both. If i remove ignore-as-root, delete .Build and composer update, there is no /typo3conf/ext/my_ext Have done that do (except composer install instead of update) and the symlink...

FYI - runTests.sh already uses core testing images, see https://github.com/FriendsOfTYPO3/tea/blob/234251eaea35a33801ea75c37dfbb84b16def258/Build/Scripts/runTests.sh#L438-L443 Do you refer to the gitlab workflow files ? Note: Using a dind/podman-in-podman compatible runner/multi-runner and use runTests.sh in ci...

Is the group identifier really needed ? Literally, instead of adding it dirctly to the command call following check should be investigated: https://github.com/FriendsOfTYPO3/tea/blob/9a8834998f383cddae7fe58666e739ed8983cca1/Build/Scripts/runTests.sh#L437-L440 ``` if [ "$(uname)" != "Darwin" ]...

I'm not a fan of changing the signature to string: * a) that means you have to use getSQL() or (string) cast when passing a QueryBuilder * b) it's known...

There are a lot of examples, for example: https://github.com/fgtclb/academic-persons/blob/main/.github/workflows/publish.yml rough points: * reacts on pushed tags * create a zip archive using tailor (TER Upload Package) * create github release...

@derrabus FYI -> https://forge.typo3.org/issues/106585 Request reached us too. Just wanna let you know about that.

That's not a bug, that is intended. You need to define the placeholder/set params on the "top" / "most outer" queryBuilder instance. (the main instance. ```php $queryBuilder1->select('name')->from('users')->where('id = :id'); $queryBuilder2->select('name')->from('admin_users')->where('id...

### Hardblock :stop_sign: -2 ### Points **1. localization modal / text running out of field** The "fixing" for the "label" is not "needed" in that way. That was already fixed,...

Thanks @orcen for the report but I have to admit that I failed to reproduce the described issue. 1. Page translation in the list view are not done with flags,...