reveal

Docs: https://vlaaad.github.io/reveal/ Source: https://github.com/vlaaad/reveal
vlaaad 2020-12-24T07:12:35.005Z

Sorry, no way to search in the table :/

2020-12-24T13:40:10.007300Z

Thanks @vlaaad; is that a javafx table (view) limitation?

vlaaad 2020-12-24T14:38:51.007500Z

yeah, it needs separate search implementation

1šŸ‘
2020-12-24T19:36:14.009500Z

Iā€™m using vscode and calva connecting via nrepl to a clojure tools launched nrepl on another host. If I want to use reveal, how does the reveal window get launched on my client? Is that something that Calva opens locally?

seancorfield 2020-12-24T21:05:51.010300Z

@dcreno Reveal is launched from the server as it is a JavaFX app that runs inside the JVM.

seancorfield 2020-12-24T21:08:26.012900Z

What O/S are your host (server) and client machines? If the host is Linux, you'll need to be able to display X11 GUI applications from that server onto your client in order to see it. I use VS Code on Windows with the Remote-WSL2 extension and I run all my Clojure stuff on Ubuntu (on WSL2). I have VcXsrv (Xlaunch) installed on Windows, and any X11 GUI I launch on Ubuntu is displayed on Windows via Xlaunch.

2020-12-24T21:59:50.014300Z

Linux host and macOS client. Guess I need to fire-up XQuartz.