Michael Anckaert

Results 3 issues of Michael Anckaert

This PR includes an example on how to join a list of strings to a string, delimited with a character. ```lisp * (join '("foo" "bar" "baz") #\-) "foo-bar-baz" ```

Some Core commands (like showa) depend on mac OS paths (~/Library)

bug-report
P3 - Normal

I'm trying to get http-aws-es working in a browser application using the elasticsearch-js library. My code is currently looking like this but I'm getting a "TypeError: invalid host" in the...