Raimon Grau
Raimon Grau
depending on your elisp debugging skills you can try to call `edebug-defun` on the breaking function and try to see why the variable `url-http-end-of-headers` is nil. There's this reported bug...
Here's another alternative. I rewrote the function so that it uses curl but returns the same result. Works on my machine (TM) ```lisp (defun helm-dash-read-json-from-url (url) (shell-command (concat "curl -s...
@jeeger , I'd buy into it if it's gated. I don't want to make an extra dependency for everyone. Total naive question. Is a fix for proxy over http possible...
Thanks for the report! Just tried it and indeed it looks we're filtering too early. No time now to dig deeper when we got this regression, but it is a...
Things that should be taken into account: - Contention of multiple threads trying to download (use a mutex) - How can we kill a thread that has been blocked for...
should we provide an alternative function that uses the shell and document it? idk, not ideal, but.... Otherwise, @jeeger do you have that function that uses the shell? if it...
Hi, and thanks for the report. The issue in this case is the combination of the following: - We use the name of the docset as a filter IF typed...
Helm has evolved quite a bit since we first launched helm-dash, so probably now there's some way to improving it using helm machinery.
how does it recognize the nested directories? or it's just one level more deep? so, it'd be '.docsets/ \* /' or '.docsets/ \* \* / \* ' ? the latter...
Wow, so either we support ff or all the others? Man, the browsers' world is so broken :/ Thoughts? Ideas?