reveal

Docs: https://vlaaad.github.io/reveal/ Source: https://github.com/vlaaad/reveal
Jakub Holý 2020-11-03T18:06:21.159200Z

Hello! I am sorry, I do not understand https://vlaaad.github.io/reveal/#cursive I guess I should choose "Run with Deps", even though the docs doesn't say so? And I guess I should put -m vlaaad.reveal repl into JVM Args, right? Or? 🙏

1✅
vlaaad 2020-11-03T18:19:55.159300Z

Hi! Yes, it's "run with deps"

vlaaad 2020-11-03T18:22:30.159600Z

When using "Run with Deps", I also select an alias that has this:

:main-opts ["-m" "vlaaad.reveal" "repl"]
In that case I don't need to set it anywhere else. I think -m vlaaad.reveal repl should be in "Parameters", not in "JVM Args"

Jakub Holý 2020-11-03T19:25:52.159800Z

thanks a lot!

Jakub Holý 2020-11-03T19:30:27.160Z

@vlaaad how can I send a PR for https://vlaaad.github.io/reveal ?

vlaaad 2020-11-03T19:31:23.160200Z

repo is here https://github.com/vlaaad/vlaaad.github.io

vlaaad 2020-11-03T19:31:44.160500Z

there is reveal.md in the root folder

1👍