nrebl.middleware icon indicating copy to clipboard operation
nrebl.middleware copied to clipboard

An nREPL and cider middleware for capturing and browsing data in REBL

Results 10 nrebl.middleware issues
Sort by recently updated
recently updated
newest added

I just want to extend an invitation to host this under https://github.com/nrepl, as this would improve the maintenance and discoverability of the project.

# Features - Filters out noisy Cursive messages - Filters out noisy proto-repl messages ## Testing 1. Create a test directory like test/deps-test ```clj {:aliases {:nrepl {:extra-deps {nrepl/nrepl {:mvn/version "0.4.5"}...

Not sure how to do this yet... but it can probably be achieved by intercepting stdout in nrepl, and proxying the streams through REBL's `server/prepl`. This approach may also be...

After "updating" to `REBL-0.9.218`, I receive the following error: ``` Error loading nrebl.middleware: Syntax error compiling at (nrebl/middleware.clj:1:1). Syntax error compiling var at (/tmp/form-init4222078885548392034.clj:1:8722). Unable to resolve var: nrebl.middleware/wrap-nrebl in...

Running REBL from within CIDER opens a new JavaFX window that is not recognized and managed by MacOS. As a result, after switching windows via `cmd+tab` one cannot find it...

I don't want to always have a REBL launched in order to use my nrepl, but it looks like if there isn't a REBL any eval will blow up with:...

Thanks for publishing this middleware! I have tried to use it with boot-clj. Everything seems to work except that values are quoted as if they are printed with `pr-str`. I'm...

# Features - Added test/lein-test-app for quickly testing lein repl configurations - Added test/deps-test-app for quickly testing deps.edn nrepl configurations

# Features - Setup middleware to just forward requests to next handler if cognitect.rebl could be imported - Warns user cognitect.rebl could not be found ```WARNING: cognitect.rebl namespace was not...

# Problem What if I'm in my editor and I want to send some forms to REBL and some only to the REPL? ## Proposed Solution If we create custom...

enhancement