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'm curious that did you find this in your scenario or using some test suites?
I'm working on a real usecase were I'm creating an interactive debug log/display for a rather complex data processing tool.
All the fixes that I'm PR'ing are just stuff that I run across while developing that tool.
I would like to avoid maintaining a fork of this project, so this is just open source working as intended 😆.
That process is nearing it's completion now, but I still have a few things on my personal branch. I hope to manage to PR these over the week / weekend. Maybe I can find a good solution for the if indentation thing (#650) too, have you looked at that a bit?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes a simple bug in path lookup.
Testcase
(input:
{"foo": [42], "bar": [1,2,3]})Output Before
Output After