Fork me on GitHub
#cursive
<
2022-11-08
>
sb11:11:30

Is that possible add custom buttons for REPL tool bar? like at Navigation Toolbar?

cfleming03:11:35

It looks like that is not configurable at the moment. Could you add an issue for that and I’ll fix it, please?

🙏 2
👍 1
sb07:11:32

Ok! Im going to add as “issue”. Thank you very much!!

sb11:11:29

I added the “Repl Commands” there.

hadils18:11:51

Hi! I am using malli/experimental with Cursive. The mx/defn is almost identical syntacically to Prismatic schema. I got the function definition to resolve, but not the arg list, which has type specifiers like this: (mx/defn function :- RetType [arg1 :- ArgType] …) Is there a way to resolve the arg list in Cursive? I am using IntelliJ IDEA 2022.2.3 (Ultimate Edition).