Adam Porter

Results 2645 comments of Adam Porter

Hm, well, it's been a little while, but anyway... I don't see any screenshots there.

I think this is solved. Please open a new issue if it happens again.

AFAIK there is no longer a bug here with regard to Burly. The enhancement to `shell` in Emacs itself, to add bookmark support, is still needed. Maybe someone will get...

@skeeto I've finally made an `aio` wrapper for `plz`. It seems to work well. Please see: * https://github.com/alphapapa/plz.el/blob/wip/aio/aio-plz.el * https://github.com/alphapapa/plz.el/blob/wip/aio/tests/test-aio-plz.el Since `plz` is on GNU ELPA and `aio` is on...

Hi Alan, I added support for Curl's proxy header output, so the example you gave should work now. Please let me know if it does for you. Having solved that,...

@sawyerzheng 1. How are you configuring your system to use the proxy? 2. What happens if you add the curl argument `--http1.1` to disable HTTP/2 support? Thanks for your help.

@sawyerzheng Ok, let's try to fix this remaining issue: ``` ;; no --http1.1 and no proxy (setq plz-curl-default-args '("--silent" "--compressed" "--location" "--dump-header" "-")) (plz 'get "https://httpbin.org/user-agent") ;; promt errror: Debugger...

This should now be fixed in v0.3, with both HTTP/1.1 and HTTP/2. Please let me know how it works for you. Thanks to both of your for your help.

Small update: In looking at CI results lately, it seems that the current Emacs snapshot version *may* have improved on this problem slightly in that sometimes all of the tests...