Chance Russell

Results 4 issues of Chance Russell

Like https://github.com/nrepl/nrepl/pull/311, but also renames the :socket key to :unix-socket. This fixes https://github.com/nrepl/nrepl/issues/309 that occurs when using the --interactive option in concert with --socket PATH. Since the Server object has...

nREPL has had support for running servers through AF_UNIX-style domain sockets for a while: https://github.com/nrepl/nrepl/pull/270 . It'd be nice if we could connect to those servers with vim-fireplace. I've messed...

Resolves #417. A draft for adding support for connecting to AF_UNIX domain socket nREPL servers (the type that nREPL starts when you provide the `--socket PATH` option). If the user...

Resolves #417. The socket support can be tested by starting a repl with a command like `clj -Srepro -Sdeps '{:deps {nrepl/nrepl {:mvn/version "1.1.1"}}}' -M -m nrepl.cmdline --socket /tmp/my_socket` then connecting...