portal

Peter Tonner 2023-03-20T22:02:28.796809Z

does anybody have a link to the tap helper functions discussed here: https://youtu.be/rbkZmh_DbPw?t=329

James Pratt 2023-03-30T18:13:33.460049Z

portal.console/log is a nice helper macro that logs a lot of other info and also passes through the value that is logged instead of the true that tap> returns

James Pratt 2023-03-30T18:18:18.747059Z

select a log message and then type ´b´ and ´d´ to be taken to the place where the log message was sent from.

Note The data produced by portal.console is compatible with the portal.runtime.jvm.editor/goto-definition command which can automatically open the file location via the :launcher / :editor option passed to portal.api/open.

James Pratt 2023-03-30T19:16:27.461359Z

@peter.tonner Is the @chriswilliams.ey on here the same one who gave this Juxt talk I wonder?

practicalli-johnny 2023-03-21T08:59:42.886789Z

Rather than tap helpers, all evaluation can be sent to Portal via an nREPL wrapper https://practical.li/clojure/data-inspector/portal/#editor-nrepl-middleware

👍 1