-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/xpath #77
Feature/xpath #77
Conversation
Looks awesome, thank you for screenshots! Let me try it later today and get back to you. |
Did not have a chance to do it today yet, will take a look tomorrow. |
@smacker local
Pure guess, but do you think a |
It's due to strange installation process of client-go. I'll try to fix Makefile (not sure how to test though). |
Yeah! fixed. |
Thanks for prompt fix! I will give it another try first thing tomorrow. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!!!
You can rebase and merge once #76 has been approved and merged
👍 As mentioned before, please give me some time to try it out |
I believe it's not related to XPath in particular, built
Looks like it can be safely ignored, but I wonder if that is something reasonable beeing suggested in this warning. |
Quick question - XPath query works like a charm, but how hard would it be to add default search result highlighting behaviour, similar Ctrl+F experience in browser, when all occurrences of the term are highlighted? Ofcourse we have different behaviour on hovering over uAST, and it's nice to keep it, so full highlight is dropped and only the hovered node is highlighted. To get full highlight back user would just need to click "Search" button again. What do you think @smacker ? BTW it seems that rebase would be in order for this branch as well. |
shouldn't complicated. But it may cause behavior which looks like a bug: I'll implement that if you want. But maybe we should do it in separate PR? Then we can try it for real and decide should we merge it or not. |
Totally agree. Let's keep further product improvement discussion out of this PR |
Signed-off-by: smacker <max@smacker.ru>
Signed-off-by: smacker <max@smacker.ru>
Signed-off-by: smacker <max@smacker.ru>
Signed-off-by: smacker <max@smacker.ru>
thanks! I'm merging as soon as CI is green then! |
Signed-off-by: smacker <max@smacker.ru>
oh. and that warning is from react-create-app. It's not really a warning, more a help message. I'll take a look how to remove it. |
Based on #76
Screenshots: