Maris Orbidans

Results 11 comments of Maris Orbidans

It would be nice to have AWS authentication for. I would like to do something like (client/post "http://aws.gateway" {:aws [key-id secret-key api-key]}) and have http request signed

Happens with Elixir 1.5.2. GNU Emacs 25.1.1, Mac OS Sierra.

Pull request https://github.com/tonini/alchemist.el/pull/314 solves this problem. Why is it not merged? Make sure you delete old alchemist elc files after applying this fix.

write it yourself ``` (defun alchemist-iex-reload (&optional arg) (interactive "P") (when (buffer-live-p alchemist-iex-buffer) (kill-process (get-buffer-process alchemist-iex-buffer)) (sleep-for 1) (if arg (call-interactively 'alchemist-iex-project-run) (call-interactively 'alchemist-iex-run)))) ``` ``` (eval-after-load 'elixir-mode '(progn (define-key...

This is basic functionality which is often included in base library. For example, java , python and many other languages have replace_first. Lisp devs are missing out. Authors of cl-strings...

I created PR with this feature https://github.com/xach/quickproject/pull/22/commits

https://github.com/joaotavora/sly-quicklisp/pull/5

I get this error: ``` % brew install emacs-plus@29 ==> Fetching d12frosted/emacs-plus/emacs-plus@29 ==> Downloading https://ftp.gnu.org/gnu/emacs/emacs-29.3.tar.xz Already downloaded: /Users/maris/Library/Caches/Homebrew/downloads/36b84a67854d2e937bc9f499d87c82814f8e46ce3912cb8b1a448ea23ea50fb5--emacs-29.3.tar.xz ==> Installing emacs-plus@29 from d12frosted/emacs-plus ==> Patching cp: invalid option -- 'c'...

I'm also getting this, ``` Erlang/OTP 27 [erts-15.0] [source] [64-bit] [smp:12:12] [ds:12:12:10] [async-threads:1] [jit] Elixir 1.17.1 (compiled with Erlang/OTP 27) ```