Pavel Alexeev aka Pahan-Hubbitus

Results 96 comments of Pavel Alexeev aka Pahan-Hubbitus
trafficstars

It can't be placed in /usr/bin (https://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard) as it is not binary.

And what about consuming? If I understand correctly, PR only addresses V3 API for the messages producing. How I can, for example, read `key` in `string` format and `value` in...

*Some* errors indeed may be captured, I've tried that indirectly. Meantime, there should not be success return from poll on fatal errors, is not?

Hello. Sorry, do you plan to implement SSL client authentication on kafka with `certificate` and `key` (or `truststore`/`keystore`)?

Looks like related to https://github.com/kaltura/nginx-kafka-log-module/issues/5 (https://github.com/kaltura/nginx-kafka-log-module/pull/6).

Strange, but my camera nad microphone works in Linux. I use RPM release on Fedora.

It seams path [changed](https://github.com/srs/gradle-node-plugin/blob/master/src/main/groovy/com/moowork/gradle/node/npm/NpmInstallTask.groovy#L18-L19). And why such input and output declared not related to [`workingDir`](https://github.com/srs/gradle-node-plugin/blob/master/src/main/groovy/com/moowork/gradle/node/npm/NpmTask.groovy#L64)? With @Opalo suggested approach I have: ``` ext.reactAppDir = file("$projectDir/reactapp") npm_install{ workingDir = reactAppDir }...

There also private `com.beust.jcommander.JCommander.Options#columnSize` which I also want autodetect to make format wider. Now I use some sort of hack (on Groovy): ```groovy @InheritConstructors public class JCommanderAutoWidth extends JCommander{ @Override...

Yes, I would. Actually it already there in `com.beust.jcommander.JCommander.Builder#columnSize`. But I would also see width auto-detection. In that case it also bad idea always copy/paste that logic outside and use...

@tankchintan, do you use then RichRESTClient instead of RESTClient? That solution help me.