Re: Resigning My Position ...

2016-09-12 Thread Jason Judge
On Friday, 9 September 2016 15:53:28 UTC+1, pmjones wrote: > > Hi all, > > I am resigning my position as sponsor of PSR-8, the "Huggable" Interface. > This was a fun joke way-back-when, but its time has passed. > > And if I may suggest it, perhaps the editor should voluntarily withdraw > the

Re: [REVIEW] PSR-11 Container Interface

2017-01-14 Thread Jason Judge
PR 866 https://github.com/php-fig/fig-standards/pull/866 fixes this formatting issue. It doesn't fix the obvious bug in github causing it, but it uses the alternate markdown syntax that avoids it. -- Jason On Thursday, 12 January 2017 23:08:10 UTC, Larry Garfield wrote: > > ... > There's a

Re: [REVIEW] PSR-11 Container Interface

2017-01-14 Thread Jason Judge
The parser does not look far enough ahead. It sees the text of the heading that follows it, and thinks that text is a part of the list (list items with blank lines in are a valid syntax for lists with multi-paragraph contents). It does not spot the "--" that follows the heading text

Re: [VOTE] First Core Committee Elections

2016-12-19 Thread Jason Judge
Here are my votes: 1. Larry Garfield 2. Beau Simensen 3. Samantha Quiñones 4. Graham Daniels 5. Matthew Weier O’Phinney 6. David Négrier 7. Marc Alexander 8. Jason Coward 9. Sara Golemon 10. Cees-Jan Kiewiet 11. Michael Heap 12. Jeremy Coates 13. Lukas Kahwe Smith 14. Stefano Torresi That's

Re: Final underscore in class names

2017-03-10 Thread Jason Judge
On Thursday, 9 March 2017 22:40:08 UTC, Marco Perone wrote: > > ... > > More broadly, could it be the case to provice a precise definition of what > StudlyCaps mean? (If it's not present elsewhere and I'm missing it...) > I'm wondering whether this is a term we should be even using? It seems

Re: PSR6 // Major questions about TTL

2017-08-02 Thread Jason Judge
On Tuesday, 1 August 2017 20:01:15 UTC+1, Georges L. wrote: > > > > Le mardi 1 août 2017 05:49:22 UTC+2, Larry Garfield a écrit : >> >> On 07/30/2017 09:34 AM, Georges L. wrote: >> >> Hello folks, >> >> today during a new test implementation (I am the Lead behind >> PhpFastCache) I got a major

Re: [PSR-3] [SUGGESTION] Static version of the logger interface?

2017-06-28 Thread Jason Judge
On Sunday, 25 June 2017 19:21:33 UTC+1, Joaquin wrote: > > Hello. I was wondering if it was at all possible to have a static logger > option. For my purposes I do not need an object for logging and calling > non-static methods statically is deprecated in PHP 7. > Most platforms tend to avoid

Re: PSR for HTTP clients

2017-08-26 Thread Jason Judge
This is my preference too. A 40x or 50x being returned from the remote endpoint is an exception *at the remote end*. Whether it is an exception in your application is up to your application. The response should still be available in full, which can be difficult or at least a little clunky to