Coby Tamayo
Coby Tamayo
@grav this is really exciting!
If I'm understanding correctly, the goal of this is to allow users to use advanced methodical techniques even on multimethods defined upstream in library code out of their control? So...
@yogthos so `+shadow-cljs` instead of `+cljs`?
Makes sense, thanks!
One alternative to a separate `to_array_deep()` method is to accept a flag in `to_array()`: ```php // interface defn public function to_array($deep = false) : array; ``` This would probably simplify...
Thanks @nlemoine ! I haven't looked at this in detail yet but at first glance it looks pretty thorough, with tests and everything! Couple initial questions: * Is this the...
I looked and didn't find any prior discussion of increasing the minimum PHP version. I wasn't sure how far down that road folks would want to go, so I kept...
@pascalknecht I agree about the nullable/void types, and 7.1 would probably be a little too aggressive. Also agree about using interfaces rather than concrete classes wherever possible. As for return...
> My order of operations right now is to get the current workload for 2.0 complete as soon as we can....Then we can move on to things like type declarations...
@jarednova also, do we have any data about what versions of PHP Timber is currently running on in production?