In IntelliJ on a Mac, Im trying to bind Option B
to move backwards. I can bind it correctly, but whenever I use it, it types ∫
instead of performing the action. The same happens on any Option+letter combo that Mac OS X helps
you with. Does anyone know how to make IntelliJ grab it first before Mac OS X tries to transform it?
Looks like this is it http://stackoverflow.com/questions/11876485/how-to-disable-typing-special-characters-when-pressing-option-key-in-mac-os-x (1 min google with right words found it this time)
Actually, looks like JDK8u60 solves this
@erichmond: If you’d like interactive help feel free to ping me here, but @sveri is right that definite problems should probably go in the tracker for posterity.
How do I put a breakpoint in Cursive while connected to a remote REPL, is that possible? @cfleming
@borkdude: You have to start the remote process in debug mode and connect the debugger to it.
@borkdude: Let me dig up some mailing list threads, one sec
@borkdude: See https://cursiveclojure.com/archive/1235.html and the other thread linked there
@cfleming: thanks
@cfleming: cool, I will probably do both then. Thanks for cursive btw, its been phenomenal!
I'm getting some request trying to hack me with ../../.../../etc/passwd
on my fighweel repl. Is there an option I can bind it to localhost only? (Which should be the default IMO)
anyone using cursive ever run into issues with auto-complete and doc string lookups? sometimes, I’ll add a new require to my namespace, and am unable to lookup docs.
@damionjunk: was it already in your project.clj?
@danielcompton: yeah. fresh REPL / etc.
I’d recommend finding a reproducible case (if possible) and posting it to the Cursive bug tracker. Colin’s pretty responsive on bugs there
yeah, good idea. i’ll see if I can figure out a general way to reproduce.
currently, I have datomic.api in my NS declaration, and no docs come up, but I can eval the methods and the calls work.