christophe larsonneur

Results 9 issues of christophe larsonneur

Code used to test pod ssh connection: sudo su - dojo1 -c '\ ssh -o StrictHostKeyChecking=no hos@ci-node exit 2>/dev/null || echo ci-node ; \ ssh -o StrictHostKeyChecking=no hos@ci-repo exit 2>/dev/null...

On my fedora workstation, the ~/.bash_aliases is not used. It uses ~/.bashrc instead which is more common if I'm not wrong... Do you have that on ubuntu as well? If...

I was able to configure the builder.json for golang with the following section: ``` json { "name": "Golang", "cmd": "go build", "file_reg": "^..(.*):[0-9]+:", "line_reg": "^.*:([0-9]+):", "msg_reg": "^.*:[0-9]+: (.*)", "seperator": "\\n"...

If you type something in comments (`//` or `/*` `*/`) or something in strings (`'` or `"`), brackets shows gocode hints which for me do not make sense. Is there...

This plugin is really great! I like it! When I 'm writing the go import section, brackets suggest me several choices. If I choose one (from mouse) one byte is...

Hi @rlespinasse , Really great tool! Instead of export, can we have a "check command" which can compare existing exported files with what we have in the drawio file?

question