Andi Rückauer
Andi Rückauer
👋🏻 @alwex Are you still maintaining this project and/or accepting PRs? It would be lovely to support more recent versions of `symfony/console`. I am thinking still maintained LTS versions plus...
@alwex Thank you for the update. It did take me a while to process the unexpected invite to maintain the package. 😋 I have to decline with thanks though, mainly...
Currently Mezzio requires an implementation of `psr/http-message-implementation` as well as `laminas/laminas-httphandlerrunner`. This can be achieved with e.g.: ```bash composer require laminas/laminas-diactoros laminas/laminas-httphandlerrunner mezzio/mezzio ``` However, this does not add the...
> A documentation page for the installation is still missing and a _manual_ installation should also be added there. I am missing something here. What is the value of adding...
So, adding this to documentation would suffice? > Prior to manually installing Mezzio, check if the project has an implementation of [`psr/http-message-implementation`](https://packagist.org/providers/psr/http-message-implementation). If does not, add one of your choice,...
The paragraph **Advanced flow** following the code sample should clarify that. >The [Authorization Code Grant Flow](https://msdn.microsoft.com/en-us/library/azure/dn645542.aspx) is a little bit different for Azure Active Directory. Instead of scopes, you specify...
>Implement caching of the configuration settings Are you planning to do a custom implementation? The [zend-config-aggregator](https://docs.zendframework.com/zend-config-aggregator/caching/) for example would already offer caching.
Thank you for that thourough testing and feedback! That is very valuable, I appreciate it. Yes, some tests will need refactoring. AccumulateTest is a very good example. Declaring multiple classes...
One point I have been missing so far is the introduction of namespaces to the student. I am unsure whether to start with the first exercise or another. We could...
Hope you had a great vacation! 😊 Although I acknowledge the almost omnipresence of composer, I am hesitant introducing it into exercism, since it is not native to PHP. The...