Kfir Gollan

Results 4 issues of Kfir Gollan

cap'n proto defines annotations (https://capnproto.org/language.html). Annotations allows powerful features to be added. Consider the following example ``` @0x934efea7f017fff0; struct Range { min @0 :UInt32; max @1 :UInt32; } annotation checkRange(field)...

enhancement

Add support for running ProjectRefresh command from vim in an async manner. Currently when running the command vim is blocked until the refresh is completed. This can take some time......

When running `go get github.com/DirkBrand/protobuf-code-formatter/protoc-gen-pretty` (like suggested in the README files) I get the following error ``` package code.google.com/p/gogoprotobuf/proto: unrecognized import path "code.google.com/p/gogoprotobuf/proto" (parse https://code.google.com/p/gogoprotobuf/proto?go-get=1: no go-import meta tags (meta...

I try to run a local script `awesome_script.py param1 param2` the error I got was `awesome\_script.py command not found`. Note that added `\` to the command name. When I run...

bug