Swapna Sarangdhar

Results 2 issues of Swapna Sarangdhar

Hello! I am trying to use Dive In extension on Docker Desktop, however the Analyze just keeps spinning round and round. I tried on a few different images, including the...

Referring here; https://jmespath.org/specification.html#id8 ``` search([0], ["first", "second", "third"]) -> "first" search([-1], ["first", "second", "third"]) -> "third" search([100], ["first", "second", "third"]) -> null search(foo[0], {"foo": ["first", "second", "third"]) -> "first" search(foo[100],...