David Fallah

Results 26 comments of David Fallah

I was being facetious, sorry. It would be a neat feature but it's nothing essential by any means. Loving this tool by the way.

What the cherry-flavoured fuck is this shit.

The error occurs in `JSON Deserializer.lvclass:Adapt To Type.vi` during a call to `Set Data Name.vi`

Also, like most things, the same thing is much more straightforward in C#: ```cs void Main() { var json = @" { ""foo"": { ""propA"": {}, ""propB"": 1 } }";...

It seems to work fine if the type definitions aren't wired to `Unflatten From JSON String.vi`: ![snippet2](https://user-images.githubusercontent.com/1588951/33268013-6a784638-d373-11e7-8db9-0b9056168b18.png) I'm not sure why.

I think I've encountered something similar to this. I've been working on upgrading one of our frontend projects to React 18 and I was a bit stumped seeing thousands of...

Wow, March 2017 and this is still an issue?

Just an update on my end - work on this has been deprioritised as the team for the other frontend have found a workaround for the issue they were experiencing,...

Hi @bvaughn, would you be able to re-review this when you get a chance? It's not critical, but it would be useful for my hackday project.

Thanks for taking this forward. I've updated my project to use v2.0.20 of this package and it's looking good to me :)