does anybody have a link to the tap helper functions discussed here: https://youtu.be/rbkZmh_DbPw?t=329
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
https://cljdoc.org/d/djblue/portal/0.37.1/doc/guides/logging/portal-console
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.@peter.tonner Is the @chriswilliams.ey on here the same one who gave this Juxt talk I wonder?
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