drawbridge icon indicating copy to clipboard operation
drawbridge copied to clipboard

An HTTP/HTTPS nREPL transport, implemented as a Ring handler.

Results 9 drawbridge issues
Sort by recently updated
recently updated
newest added

I want to connect to a remote nREPL server but the invocation fails: `deps.edn`: ```clojure {:aliases {:repl {:extra-deps {nrepl/nrepl {:mvn/version "0.6.0"} nrepl/drawbridge {:mvn/version "0.2.1"}} :main-opts ["-m" "nrepl.cmdline" "--connect" "--transport" "drawbridge.client/ring-client-transport"...

bug

For some reason connecting takes a lot of time (20-40 minutes) and right after that it fails with the exception `SocketException Connection reset`. Could someone advice on how to investigate/debug...

Hi, I was looking at this while researching for nRepl authentication. I think having an WebSocket transport would provide better mapping to the normal socket way. https://en.wikipedia.org/wiki/WebSocket

enhancement

I see the following when I try to connect to my app on Heroku. Local connection on `http` to the dev box is fine, however. Since it says that the...

Seems Drawbridge is the only nREPL project that's still using Travis. We'll have to update the build to mirror the rest of the projects in nREPL org.

good first issue

First of all, thanks for this awesome project! I'm currently developing a debugging feature (nrepl-in instead of ssh-in) for a project I'm working in. For obvious security reasons, I'm setting...

Currently the project has no tests at all. We should change this!

good first issue

`drawbridge` should merge sessions to play nice with other consumers of sessions like `friend`

bug
good first issue

I'm not sure where this could be coming from-- repl-y, lein, drawbridge, nrepl, or something else-- but I saw it using drawbridge so I'll report it here and hope for...

enhancement