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
I've actually been trying to get this very thing implemented off and on for weeks now, and the above snippet has been very elusive. From what I've found, getting it working one level deep is pretty easy; it's when you start trying to push it deeper that it sort of falls apart.
As of right now, I have two implementations: one with simple access but awful construction; one with simple construction but requiring an extra retrieval function at the end of the chain. (e.g.
I'm pretty close to settling for the latter, but before that I'm going to try a few things with the code you have here-- if you have any thoughts on this, I'd love to hear them.
(Semi-related: what's the license for this repo?)
The text was updated successfully, but these errors were encountered:
I noticed the comment:
//TODO:support a.foo for a["foo"]?
Yes. But if possible I would seriously love for it to get taken a step further and work work with multiple levels. That is:
I've actually been trying to get this very thing implemented off and on for weeks now, and the above snippet has been very elusive. From what I've found, getting it working one level deep is pretty easy; it's when you start trying to push it deeper that it sort of falls apart.
As of right now, I have two implementations: one with simple access but awful construction; one with simple construction but requiring an extra retrieval function at the end of the chain. (e.g.
I'm pretty close to settling for the latter, but before that I'm going to try a few things with the code you have here-- if you have any thoughts on this, I'd love to hear them.
(Semi-related: what's the license for this repo?)
The text was updated successfully, but these errors were encountered: