Dinesh Kumar
Dinesh Kumar
- vpns to disconnect are stored in `$config_dir/connected_vpns` - once disconnected remove the entry from the `connected_vpns` file - use similar code as connect to disconnect
- Gets list of connected VPNs and disconnects all - `-q` option to disconnect all (quit)` - Uses separate osascript file instead of code in shell file - Merge after...
Installation fails on Mac. following is the error. I've used `npm install linter --no-optional`. npm version 3.6.0 node version v5.7.0 ``` npm ERR! Darwin 14.5.0 npm ERR! argv "/usr/local/Cellar/node/5.7.0/bin/node" "/usr/local/bin/npm"...
goreleaser in CI is enabled for kafqa-agent. we need to publish kafqa binary with same. Building kafqa with gorelease had issue with librd and with `CGO_ENABLED=1` had some system specific...
If proto parser is used, we create `protoparse.Parser` and when there's error, current application keeps running and logs error during decode. Instead should stop the application if parser creation failed.
1. always keep the method private if not needed by other packages. eg: TopLevelStats and more. 2. Make this librd toggleable 3. Librd config we would've to separate for consumer/producer...