Re: [PSR-15][REVIEW] Last call!

2018-01-10 Thread Benjamin Mack
Hey Matthew, speaking for the TYPO3 CMS project, we have a similar approach for the request handlers already, and PSR-15 would almost fit in (although we have named "handle()" into "handleRequest()" which is irrelevant in this discussion IMHO, as it's about "naming things") and we'd surely adap

Re: PSR-14 (Event manager)

2018-03-13 Thread Benjamin Mack
Hey folks, I've been meaning to share my feedback for quite some time on that. We've looked into different implementations a lot and we (TYPO3 dev) would only consider Event Manager if we're talking about immutable events. And event is triggered, could have parameters, but the event itself shou

Re: [PSR-14] Alpha 1

2018-08-20 Thread Benjamin Mack
Hi everybody. One more note from my side for clarification: the ::class does not trigger the auto loading mechanism to check if a class is available or not. So you can listen to any kind of events on e.g. libraries your package has no hard dependency on. All the best, Benni > On 20. Aug 2018,

Re: Typos / Wording / Grammar

2018-09-12 Thread Benjamin Mack
Hi William, thanks for your contribution. No worries: Nobody will hit you for contributing or improving :) Thanks for jumping right in and making Pull Requests, see feedback directly in there. Benni. > On 12. Sep 2018, at 18:04, William Pinaud wrote: > > Hello everyone! > > Totally new here

Re: [PSR-14] Meeting Summary - 2018-09-13

2018-09-16 Thread Benjamin Mack
Hey, thanks for your feedback. About the dropped `stopPropagation()` method: Let's say, the library/application uses a Task that is used for rendering a view - let's call it `ResolveViewTask`. If any listener calls e.g. `ResolveViewTask->render()` this could/should set the `stopPropagation()`

Re: [Vote][PSR-14] Readiness Vote

2019-01-16 Thread Benjamin Mack
+1 > On 17. Jan 2019, at 00:46, Matthew Weier O'Phinney > wrote: > > +1 from me > >> On Wed, Jan 16, 2019 at 4:22 PM Larry Garfield >> wrote: >> I, Larry Garfield, being of debatably sound mind and body, acting in my >> capacity as Editor of PSR-14, do hereby call a Readiness Vote for PSR-1

Re: [CC][Nomination] Benni Mack

2019-05-05 Thread Benjamin Mack
Hey Alessandro, I accept! Thank you for your nomination. > On 5. May 2019, at 21:34, Alessandro Lai wrote: > > I would like to nominate Benni Mack (https://github.com/bmack > ). > > He is the project lead for TYPO3, and he has recently participated in the > PHP-FIG

PSR-11 and the next steps - Service Provider Interop

2020-01-08 Thread Benjamin Mack
Hi list, since we (TYPO3 CMS) are continuing our path in modernizing our PHP stack, we've been looking for ways to standardize our container implementation. While it's good to have PSR-11 for Service Containers - and we utilize this with our latest version - we had some discussions around the a

Re: [Internal][ELECTIONS] Request for nominations

2021-06-01 Thread Benjamin Mack
Hey everybody, I nominate Michelle Sanver as Core Committee member. All the best, Benni from TYPO3. > On 20. May 2021, at 21:55, Alessandro Lai wrote: > > Hello everyone, > and sorry for the delay. This is the month where we should be holding a new > cycle of elections, but instead I'm a litt