Anton Byshovets

Results 7 issues of Anton Byshovets

Hello. Can I limit somehow `Find Usage` only to the current package/project? Thanks.

Hello. When I try to open session - get 'reset connection' and this error: ``` $ butterfly.server.py --login --host=10.1.8.122 --port=9999 [W 141120 14:34:01 iostream:1184] SSL Error on 4 ('10.1.8.122', 58746):...

Warmest greetings. Is it possible to display current variable type as it occurs for functions? Thanks.

Hello. How about implement multiple inners load? I try wrote patch with this feature, based on ``` func LoadMultiple(opts *Options, basePath string, innerPaths ...string) ``` but got a lot of...

Hey! :) Is there any way to inherit parent node/struct funcs? For example, a situation that can be expressed with such code. ```golang type ParentNode struct { ListOfSomething []struct{ Data...

Hello. I have some questions to a several things :) ##### 1) How can I access to input data, if it's not a struct? (to simple array, for example) ```...

Hello. On big projects check takes a lot of time (>2-5min). It would be possible to add some indicator, which will show current state of lint? (like with issues count...