Ernesto Baschny

Results 27 comments of Ernesto Baschny
trafficstars

👍 on working on that, this is indeed a component worth a complete overhaul. I think the "date picking" part is not the real problem, but the "integrated time picking",...

Still an issue today :) Does nobody else have this problem?

@kitsunet I am not 100% sure if this still affects newer versions. I have one environment with Basic-Auth in an upgraded 3.3 neos version, and I think I saw it...

You are absolutely right, I missed to see them in the GLOBAL section, thanks for the hint!

@sinwoobang For me the removal takes 2s in my jobs, so something is fishy in your setup, I guess. Does it constantly do that? maybe it was just a temporary...

@dkd-kaehm we started building cross-plattform images lately (using Github Actions also) so if you need some help, we could offer some help in that regard. Starting from solr 7.x, the...

Same here. It is being installed in `typo3conf/ext/typo3_realurl` instead of `typo3conf/ext/realurl`. Change in 2.6.0 caused this problem. See my comment here: https://github.com/dmitryd/typo3-realurl/commit/76cc5e73be6ed40d778e654007d49b4036acf121#commitcomment-41007364

Okey, one additional information after some research. Starting with `typo3/cms-composer-installers` 1.4.0 it will also resolve the extension key from `extras.typo3/cms.extension-key`, which then fixes this issue. Problem is that 1.4.x requires...

Great idea. I would use that to append another remote "node" (i.e. an AWS graviton instance for example to build my ARM images) accesible via SSH, like: ``` - name:...

I created an action out of it for our particular use-case (should also work for the kubernetes case). It also loads an SSH key before if we need that. https://github.com/marketplace/actions/append-buildx-nodes