Thomas Johansen
Thomas Johansen
The JS examples would really need to be handwritten for them to have any real benefit. The result of running code through the CoffeeScript compiler is not really meant for...
// @atom/feedback
@ihuguowei Your problem looks completely unrelated to this issue. This issue is specifically related to the bundled autocomplete-plus package for Atom, whereas you seem to be working in a more...
I say we cannot implement the suggestions; CSON is nothing more than JSON. Why not simply support what was previously (or still is?) documented regarding a snippets folder, e.g. `~/atom/snippets`,...
Not currently available. It was incorrectly documented that way in the flight guide. I think it's something we should implement though. On Mar 31, 2015 6:43 PM, "Morsel" [email protected] wrote:...
@thomas-riccardi On our systems (researcher machines, and GPU cluster nodes) we've worked around the removal of the `runtime` setting by changing the default runtime to `nvidia` ```js // Snippet from...
Unfortunately, because we use [`hosted-git-info`](https://www.npmjs.com/package/hosted-git-info) for a vital part of this functionality, installing packages using Git URLs only works for repositories hosted on GitHub, BitBucket, and GitLab. See: https://www.npmjs.com/package/hosted-git-info#supported-hosts.
@fcurts Yeah, that PR is quite old, and sadly there seems to be very little activity on the repo. Our recommendation for the time being is that you switch from...
I'm unable to reproduce this on OS X. Looks like a Windows-specific bug. @DamnedScholar Are you running `apm` from a Bash-like shell? E.g. git-bash, Cygwin, etc. /cc @damieng
> Probably just ignore them and move on in that case. Yeah. It would be nice to display a warning or some such though.