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
{{ message }}
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.
I'm trying to debug tap> with REBL, as REBL isn't showing any of my tap> data. However, this is a bit difficult as none of the user endpoints seem to have docstrings:
tap is not currently wired up to the UI. We didn't get a chance to remove it before Conj and hope instead now to get it flowing soon.
As far as docs, we are currently only supporting rebl/ui, and the docs you've got indicate ui takes kw-args, and currently only one, :proc, and that the default for :proc is server/prepl - thus prepl is the contract and docs for that apply. We've got new clojure.org docs coming with 1.10 that explain prepl, including a diagram!
I'm trying to debug
tap>
with REBL, as REBL isn't showing any of mytap>
data. However, this is a bit difficult as none of the user endpoints seem to have docstrings:The text was updated successfully, but these errors were encountered: