Tomas Norre Mikkelsen

Results 202 comments of Tomas Norre Mikkelsen

Perhaps try the TYPO3 Crawler Slack channel, on the official TYPO3 Slack. https://typo3.org/community/meet/chat-slack

I have just released a version 11.0.8 of the TYPO3 Crawler which should contain the fixes from above. I'll close the issue for now. Please let me know if not...

Thanks for your report and support. I'll look into this.

Thanks for the suggestion. Could you try to add some of the information from the Slack conversation, think that would make it easier to understand when revisiting the issue later...

> The current solution using strings as the result is according to specification. > > But I think, this is the perfect exercise to use an `enum` as a return...

It's expected to fail in PHP 8.0 as I have already added the `enum` we talked about yesterday. Then we might just need to rebase when we are ready to...

I must have done something wrong in the rebasing. As all the changes are included. I did 1. Sync my fork 2. git checkout branch 3. git rebase main 4....

Wauw, I didn't expect it to be this many exercises missing, then there is still work to do :) I Only had the list from #48in24 in mind. Would it...

I have added a PR for * https://github.com/exercism/php/pull/641 * https://github.com/exercism/php/pull/642 * https://github.com/exercism/php/pull/643 * https://github.com/exercism/php/pull/647 * https://github.com/exercism/php/pull/648 * https://github.com/exercism/php/pull/649 * https://github.com/exercism/php/pull/651

Is there a discord channel for the PHP maintainers? Would be nice to ask a question there from time to time? > Add the [missing practice exercises for #48in24](https://exercism.org/challenges/48in24/implementation_status). @homersimpsons...