Jan Vlčinský

Results 113 comments of Jan Vlčinský
trafficstars

@viniciusban thanks for the workaround. What gotcha do you mean? Encoding troubles?

@nicolasmure your observation (missing executable in shebang) helped as it allowed me to fix my case. @korgin I wonder, if statically linked golang binary is going to ignore shebang or...

Thanks @JamesJJ for nice hint. Anyway word "some" in > process reaping in dockerize is desirable in some cases sounds weird to me. Utility starting processes within docker shall do...

@fiendish you are right, I put a note there, I cannot remember exact fix, but it was related to reaping and possibly using bash or sh with `-c`. I would...

@mwmahlberg I will think of it. Anyway, we do use docker swarm where is no sidecar at hand. I also would like to see log entries created by the script....

@hynek I am also struggling with black versus isort issues. If I happen to meet reasonable solution, I will remember to share it with your projects.

Sure. Sending command `find .` to running `ubuntu` image. After I run it: ![javl t810 192 168 8 170 - byobu_023](https://user-images.githubusercontent.com/635911/43446520-66205e20-94a9-11e8-9e70-1ef29859e8c3.png) Then I `:set number` to show line numbers: ![javl...

Consider using only follow mode. If a need for multiple modes arise, we shall account for multiple versions of keybindings. Currently we have `

@ufoscout yes, trying to follow [12-factor application](https://12factor.net/) principles, I have configuration parameters, one per [backing service](https://12factor.net/backing-services), e.g.: - postgresql url: postgres://user:password@db:5432/dbname - redis url: redis://user:password@redis_server:4433/0 - rabbitmq url: amqp://user:password@messaging_server:9847/other/params?q=124 Keeping...

I can confirm, that explicitly setting value of "debug.neovimPath" to nvim version 0.3.0 allows me to use nvim 0.3 3. It is just an workaround, the issue that oni does...