This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-06-16
Channels
- # admin-announcements (72)
- # beginners (41)
- # boot (93)
- # cider (50)
- # clojure (173)
- # clojure-berlin (19)
- # clojure-dev (2)
- # clojure-greece (3)
- # clojure-israel (2)
- # clojure-italy (32)
- # clojure-japan (33)
- # clojure-nl (8)
- # clojure-russia (3)
- # clojure-seattle (1)
- # clojure-sg (1)
- # clojure-spain (16)
- # clojure-uk (4)
- # clojure-ukraine (1)
- # clojurescript (170)
- # code-reviews (20)
- # core-async (3)
- # datomic (5)
- # docs (28)
- # editors (17)
- # euroclojure (2)
- # events (7)
- # instaparse (18)
- # jobs (25)
- # ldnclj (11)
- # om (26)
- # overtone (3)
- # remote-jobs (3)
- # sneer (1)
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: See https://cursiveclojure.com/archive/1235.html and the other thread linked there
@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.