Christophe Grand
Christophe Grand
This is a solution to #294. User code wanting to take control of the repl must evaluate to a _suspension request_ (created with `lumo.repl/suspension-request`). When the repl sees a suspension...
Add a public asynchronous input-stream (of characters/strings) that would make upgradable REPLs possible. Ideally it should work in the non-socket repl too.
Make it possible to upgrade a plain socket repl to a nREPL connection. A socket repl is a UTF-8 (Is it even guaranteed ?) connection, so upgrading it to bencode...
Fix #92. Enable rich printing by setting `:printer` to `nrepl.elisions/printer` in an `:eval` message. Long/infinite data, MIME attachments and `datafy`/`nav` are supported through elisions and custom literals. Pretty printing has...
The unrepl printer provides elision: large locations are truncated and a *cough* hypermedia affordance *cough* is put where truncation happened; this hyperlink of sorts contains a regular form that you...
See https://github.com/Unrepl/unrepl/commit/e44fbbc61622d567f3124374686eaef4785752d3
Provided in json files as HTML snippets. Should be rendered as text (or markdown) for docstring. Too bad there's no solution yet for docstrings on specs.
``` #{"Amazon CloudFront" "Amazon Route 53" "Amazon Simple Storage Service"},```