Tomas Norre Mikkelsen

Results 202 comments of Tomas Norre Mikkelsen

Thanks for you detailed information, I'll see if I can find a solution for this. It sounds like it's related to the issue as you mentioned, and the information about...

Super. That's really valuable feedback. I'll need to dig more into Middleware, it's unfortunately something that I don't know well enough yet.

I'm afraid we have a chicken/egg problem here. The https://github.com/AOEpeople/crawler/commit/0f7cb6abac4d8d6e228b0385665dc02f17cdfdcb moved the `aoe/crawler/initialization` to after the `typo3/cms-frontend/tsfe` (close to the very end), and this was needed to have the Static...

I honestly don't know. I'm still missing some basics knowledge on the middleware concept, but in general I don't see a problem in splitting it if it would solve the...

Do you have a link to the documentation @bmack ?

@rengaw83 Could you please check if this PR fixes the problem for you? https://github.com/AOEpeople/crawler/pull/735

@rengaw83 Thanks for getting back to me. We thought splitting it into the ContentFinisher the problem would be solved. I'll go back to the drawing board. Don't want to break...

Any news here? Just published my first GitHub Action today, but unfortunately the new releases aren't released automatically to the marketplace.

I had the some issue today, the problem for me was a missing php dependency, the `php-intl` The command from @rdelafuente helped my figuring that out. ```shell ./vendor/laravel-zero/framework/bin/box compile --working-dir=/path/to/your/project...