Maxim Sukharev

Results 66 issues of Maxim Sukharev

Currently, for x-path filtering we use libuast on server side. For every filter request we send all source code to the server, reparse it using bblfsh then applying filtering on...

enhancement
new feature

According to [documentation](https://developer.mozilla.org/en-US/docs/Web/XPath/Axes) getting an attribute works like this: ```js document.evaluate("//div[@role='main']/@class", document, null, XPathResult.ANY_TYPE, null ); ``` and it produces ``` XPathResult { resultType: 4, invalidIteratorState: false } ``` (you...

bug

Examples: java: go:

question

Looks like style-analyzer keeps an open connection to lookoutd. When we redeploy lookout it obviously gets broken. gRPC reestablishes connection automatically but only after the second request to the analyzer....