Michael Cordingley
Michael Cordingley
Probably the best way forward would be for the community to come up with common patterns of handling this problem outside of Backbone-relational. As those patterns get refined and gain...
I think reworking it to more heavily lean on #11 would do the trick.
@rreynier My apologies for not seeing this sooner, and thanks for the added type annotations. I'll get this merged and bumped to a new major version. Appreciate the contributions.
Can either of you provide pseudo-code illustrating what you're trying to do? I think it may be possible to add a date validator, since it is probably a common application...
Scratch that. Pull request sent for date validation.
I'm using the two of them together and haven't found any issues. Can you provide code samples from your page?
OK, I see one red flag off the bat. You're including both Prototype and jQuery. They both like to use $() as their main entry-point, so you may have a...
You're welcome. :D Glad to help.
How's that testing coming along? Would love to see this get merged.
I'm curious. If you stick a call to `reset($myArray)` between the call to `Arrays":find` and `Arrays::pluck`, does it work again?