Adam Porter

Results 2645 comments of Adam Porter

> If you don't like the bootstrap installation process, then you can just clone straight.el to ~/.emacs.d/straight/repos/straight.el and include in your init-file. Thanks. It might be good to mention that...

I was finally able to build on Ubuntu 14.04 by using `export CXX=clang-3.8` instead of `g++`. It was necessary to delete `CMakeCache.txt` and `CMakeFiles/` after exporting the variable. Then the...

> Any updates on this? Anything preventing this from being merged? This would be a mega-useful feature as there is no good workaround for this currently. @eugr What prevents it...

@yantar92 FYI, it appears that something in the Buttercup library has changed, and now the test suite goes into an infinite loop and never terminates. Obviously, this presents a bit...

@arstum Are you also using a proxy like the reporter of this issue? As I asked the reporter, please evaluate this expression and share the result: ```el (plz 'get (concat...

This appears to be this issue in `plz`: https://github.com/alphapapa/plz.el/issues/2

Please see https://github.com/alphapapa/plz.el/commit/74536c5396abe6be1691193dc3c816a2a73d4655, which adds support for the proxy headers output by Curl. (Configuration is yet to be written, but you can add the argument to `plz-curl-default-args` manually while testing....

I agree that the readme should contain a changelog for the updates in each released version. As a user, I'm excited about the new paradigm this package provides, and the...