All of portal's nREPL middleware.
All of portal's nREPL middleware.
(wrap-notebook handler)nREPL middleware for use with Calva Notebooks to support first class values for datafy / nav and all other features that require a runtime connected portal.
nREPL middleware for use with [Calva Notebooks](https://calva.io/notebooks/) to support first class values for datafy / nav and all other features that require a runtime connected portal.
(wrap-portal handler)nREPL middleware for inspecting eval and load-file ops for the following to tap>:
Data produced via this middleware will contain {:portal.nrepl/eval true} as
metadata and leverages the following viewers:
nREPL middleware for inspecting `eval` and `load-file` ops for the following to `tap>`:
- evaluation result / exceptions
- stdout / stderr
- clojure.test/report output
Data produced via this middleware will contain `{:portal.nrepl/eval true}` as
metadata and leverages the following viewers:
- :portal.viewer/code
- :portal.viewer/duration-ms
- :portal.viewer/ex
- :portal.viewer/log
- :portal.viewer/prepl
- :portal.viewer/relative-time
- :portal.viewer/test-report(wrap-repl handler)nREPL middleware for exposing portal.api/eval-str directly to editors.
This enabled sending code directly from your editor to the portal runtime for
evaluation.
nREPL middleware for exposing `portal.api/eval-str` directly to editors. This enabled sending code directly from your editor to the portal runtime for evaluation.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |