Jan Vlčinský
Jan Vlčinský
@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:  Then I `:set number` to show line numbers:  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...