WhiskeyJack96

Results 6 comments of WhiskeyJack96

Hey @plainlystated! I ended up forking the repo and putting some (perhaps hacky) updates into the method to support the functionality I needed. Its pretty old but if its of...

Is there a reason not to use the same "dot" notation that objects/dv use? ie why not `f(dv, p, "Person.Address.City)`

https://github.com/mdelobelle/metadatamenu/compare/master...WhiskeyJack96:metadatamenu:master something like this is what I would think! I'm sure this isnt the proper/elegant way to accomplish, but it got nested objects working for bool values in my vault...

I think for repeated fields using the normal "index" characters would probably be more straightforward (so something like `Participants[0].infos.role` but I do agree some syntax for "all" would make sense,...

also FYI @mdelobelle I've updated my fork after extending the functionality to other base types. I dont currently use object lists but if you're willing to merge partial support I...

@TristonianJones I've found a method of overriding the current type provider to enable enums to be compared directly with strings, would that reference implementation be valuable? If so I can...