You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All the keypath stuff is powered by keypather. It would be fine adding the functionality there, but adding this functionality in 101 complicates partial method arg checking..
Will have to think about this. I've seen this request before w/ keypather, but I always thought it was trivial to just use join('.'): put(obj, ['user', 'name'].join('.'), 'tjmehta')
It'd be nice to skip the string.split('.') and just allow array keypaths:
What do you think?
The text was updated successfully, but these errors were encountered: