practicalli

practicalli-johnny 2023-03-27T16:24:12.217439Z

Updated https://practical.li/clojure/data-inspector/portal/ to include • Emacs wrapper code and key bindings code for Spacemacs and Doom Emacs • Portal on REPL startup - custom user namespace (also adding this to the practicalli/clojure-app-template repo) • Send all evaluations to Portal via nREPL middleware (an excellent way to manage repl history and understand errors, as well as explore data) • create custom mulog publisher to send all mulog events to portal I am really enjoying the portal experience (and the vim key bindings) and now run portal automatically via a custom user namespace (an example in https://github.com/practicalli/clojure-app-template that I will turn into a deps-new template)

👀 2
Drew Verlee 2023-03-27T21:35:45.962349Z

very cool, thanks!