othercorey

Results 200 comments of othercorey

Please provide the full callstack. We can't debug anything with the description.

Please provide the full callstack.

Looks like that assumes Collection. I'm not a big fan of these traits, but think we can fix this.

Extending Collection outside of cake is not possible because we have logic that work sonly for `Collection` and only for the custom iterators that extend Collection like `ExtractIterator`. Because `ExtractIterator`...

We have to change the iterators to not extend Collection to mark it final. Will keep this open while we look into if the interfaces or inheritance can change in...

Supporting routes via controller method attributes could be costly for each request without some sort of parsing and caching. We haven't discussed a solution for that yet.