Shravan Rajinikanth

Results 35 comments of Shravan Rajinikanth

@tmenier > Can you describe the use case for why you want to proxy some calls and not others? Wanted to add another use-case here - I have an application...

@adidahiya Both demos on the page I linked are broken for me. Tested on both Chrome and Firefox. ![image](https://user-images.githubusercontent.com/4096676/72658209-93f35f00-3962-11ea-94f7-011ecf67fe4e.png)

Ah found the issue in devtools: ![image](https://user-images.githubusercontent.com/4096676/72658229-d5840a00-3962-11ea-86ed-fa55f957eab4.png)

@kevinchalet That would be difficult for me to do. The project I made this issue for was shut down late last year. As such I've lost most context around it...

Json.NET [appears to have](https://stackoverflow.com/questions/12055743/json-net-jobject-key-comparison-case-insensitive) a `GetValue` method that this library doesn't yet support. I'll tag this issue as a feature request. In the meantime, you should be able to filter...

Line/column where it failed is what I plan to build for now.

This is a tricky issue to solve as there isn't a way to check if the keys 1,2,... are elements of an array or proper keys by themselves. We could...

Looks like the issue is caused by the platform conditionals. Vdf.NET has intentionally not supported them so far. I'll try to work on it.

@Bluscream In the off chance that you're blocked on this, you could use a regex to strip the source data of conditionals and then parse that. It would come at...

It won't be needed once proper support for conditionals is added to the library. If you need something that works until then, using a regex is an option.