Raimon Grau
Raimon Grau
Confirmed that ShampooTranscript install fixes the issue. Thumbs up for an amazing work. It'll be tough to equiparate smalltalk's environment on emacs, but it's definately worth a try. The two...
Maybe use github's wiki?
Trying to implement the ability to get custom docsets, I find that by building the string as explained in this thread, I get things like "http://newyork.kapeli.com/feeds/zzz/user_contributed/build/Google App Engine - Python/GAE-Python.tgz"...
I've been dabbling with this issue, and created a little service (hosted in heroku) to retrieve a list of all the contrib docsets in a straight format (parsing xml and...
I was doing it for https://github.com/areina/helm-dash, and my idea was to end with only json, and directly parseable like [{"name": "foo", "archive": "http://lala.com/foo.tgz"}...] . My plans were to create this...
Hi. the PR finally landed, and in https://github.com/kidd/dashes-to-dashes there's the code for this reformatting of the docsets info. For now we're only using it for user-contribs ( https://dashes-to-dashes.herokuapp.com/docsets/contrib ) but...
Unfortunately I'm not using memacs anymore and I'm not sure when I'll have the time to test this up :(
Hello, There is the variable `helm-dash-docsets-path' which tries to be smart and use the original dash's docsets path "~/Library/Application Support/Dash/DocSets". We shouldn't be reinstalling the docset anywhere as we can...
I don't have the original Dash (not even a Mac), so I can't try it for myself... From the initial description, it seems we already have everything there, we just...
This looks like a dup of #132. It is a connectivity issue trying to fetch that json. I can't reproduce it in my machine, and even we could add some...