You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is afterCLJReplJackInCode which is convenient to set up the development workflow.
An analogous option for teardown (beforeCLJReplJackOutCode) could be handy as well
There is
afterCLJReplJackInCode
which is convenient to set up the development workflow.An analogous option for teardown (
beforeCLJReplJackOutCode
) could be handy as wellMy use case
I start a portal session on jack in.
When I jack out, the window stays, but is disconnected.
When I jack in again, I get a new window.
I could just call
(p/close portal-session)
before jacking out, which would close the window.Maybe it would be useful for other cases… Like deleting an on disk dev database 🤷.
Reference to Slack discussion: https://clojurians.slack.com/archives/CBE668G4R/p1728383274832969
The text was updated successfully, but these errors were encountered: