Results 5 comments of Plant

I think @saltymouse has got it. I'm experiencing the same on Windows 10 (build 14367). If you run `atom .` from a command line to initialise it, git-control works; if...

You can add a host to ~/.ssh/config with any port you like, and then give that named host to xxh. ``` Host breadstick Hostname ssh.example.com Port 4815 ``` `xxh breadstick`

I agree with @r03 that it would be nice to see the lack of support mentioned; it is the way `glob` functions in other languages, like Ruby, work, so it...

Elixir does this with a function `h fn` that displays documentation embedded in the comments for `fn`, which are also the source of the HTML docs. As an example: ![source](https://cloud.githubusercontent.com/assets/6828359/20648977/d1420c8a-b508-11e6-8e78-4983a72620cb.PNG)...

It successfully creates one, it's just writing a Windows path as-is. The error is helpfully highlighted by GitHub's JSON highlighting. ```json { "server": { "host": "localhost", "port": 1234 }, "repository":...