Fork me on GitHub
#portal
<
2023-03-20
>
Peter Tonner22:03:28

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

practicalli-johnny08:03:42

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

👍 2
James Pratt18:03:33

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 Pratt18:03:18

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 Pratt19:03:27

@U03G25L065N Is the @U021BRMUF8C on here the same one who gave this Juxt talk I wonder?