unravel icon indicating copy to clipboard operation
unravel copied to clipboard

Unravel your REPL

Results 16 unravel issues
Sort by recently updated
recently updated
newest added

Hi, I'm following the instructions to get a REPL going. ``` $ clojure -X clojure.core.server/start-server :name '"server"' :port 6666 :accept clojure.core.server/repl :server-daemon false ``` Then with the client. ``` $...

``` npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142 npm WARN deprecated [email protected]: This module moved to @hapi/hawk. Please make sure to switch over as this distribution is...

My npm installs global packages under `/usr/local/lib/node_modules`, but when I start unravel, it looks like it is looking for lumo to be under: `/usr/lib/node_modules`. This is the exact error I...

As unrepl supports out-of-band classpath loading, it would be awesome if unravel responded to requests for compliment.core. It would be _even_ better if unravel used it's own vendored version of...

Node's `readline` module doesn't support incremental search. But that's a very useful feature

- [x] update unrepl blob - [x] merge parfix branch behind feature flag - [x] https://github.com/Unrepl/unravel/pull/51 - [x] https://github.com/Unrepl/unravel/pull/53 - [x] test on linux - [ ] update release notes...

``` user=> \x "x" ``` Expected: ``` \x ``` We should read characters as a defrecord that prints like `\x`

If you're in a single line and press Return, that should submit the form irrespective of cursor position - unless it's incomplete.