This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-01-23
Channels
- # aleph (1)
- # architecture (4)
- # aws (7)
- # beginners (249)
- # boot (17)
- # calva (4)
- # cider (30)
- # cljdoc (7)
- # cljs-dev (1)
- # cljs-experience (3)
- # clojure (69)
- # clojure-dev (7)
- # clojure-europe (1)
- # clojure-italy (7)
- # clojure-japan (15)
- # clojure-spec (6)
- # clojure-uk (39)
- # clojurescript (51)
- # cursive (31)
- # data-science (4)
- # datavis (1)
- # datomic (40)
- # dirac (67)
- # duct (8)
- # editors (15)
- # emacs (9)
- # events (3)
- # figwheel-main (2)
- # fulcro (157)
- # juxt (4)
- # kaocha (11)
- # lein-figwheel (1)
- # off-topic (31)
- # pathom (18)
- # re-frame (4)
- # reagent (2)
- # reitit (16)
- # remote-jobs (1)
- # shadow-cljs (11)
- # specter (2)
- # speculative (1)
- # tools-deps (27)
- # vim (1)
- # yada (2)
22:00:25.474 [Polling] DEBUG org.apache.kafka.clients.consumer.internals.ConsumerCoordinator - Group demo committed offset 4 for partition test-0
22:00:25.475 [Polling] DEBUG org.apache.kafka.clients.consumer.internals.ConsumerCoordinator - Group demo committed offset 4 for partition test-0
22:00:25.475 [Polling] DEBUG org.apache.kafka.clients.consumer.internals.ConsumerCoordinator - Group demo committed offset 4 for partition test-0
this keeps repeating.Seems cider-pprint-eval-last-sexp-to-comment
stopped working... it just silently does nothing
seems like it might be an issue with the new pprint
middleware, the response only has a value
, but not pprinted output
(-->
id "220"
op "eval"
session "1c6adcc6-3d0a-4d18-b86d-474191e3ee4f"
time-stamp "2019-01-23 12:06:19.647749420"
code "(+ 3 4)
"
column 1
file "/home/arne/github/lambdaisland/kaocha/test/unit/kaocha/plugi..."
line 35
ns "kaocha.plugin.notifier-test"
print-options (dict ...)
printer "cider.nrepl.pprint/pprint"
)
(<--
id "220"
session "1c6adcc6-3d0a-4d18-b86d-474191e3ee4f"
time-stamp "2019-01-23 12:06:19.671212640"
ns "kaocha.plugin.notifier-test"
value "7"
)
(<--
id "220"
session "1c6adcc6-3d0a-4d18-b86d-474191e3ee4f"
time-stamp "2019-01-23 12:06:19.671727041"
status ("done")
)
the result comes back as a value and the handler is supposed to reroute that to a comment writing callback
but the handler is only set up to handle output, ie, stdout and stderr and just ignores the value result
@plexus on line 557 of cider-eval.el, replace the '()
with #'multiline-comment-handler
so that the value handler is also a multiline commend handler
thanks! it works now. I saw that but I thought the pretty printed result would be under a different key.
hello, i am using kafka consumer in clojure and i keep seeing tons of these logs printed to screen:
DEBUG org.apache.kafka.clients.consumer.internals.ConsumerCoordinator - Group some-group committed offset 8 for partition test-0
(set-logger! :level :warn
:additivity false
:pattern "%p - %m%n"
:filter (constantly true))
also this:
log4j.rootLogger=INFO
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.target=System.out
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=[%d] %p %m (%c)%n
log4j.logger.org.apache.kafka.streams=WARN
log4j.additivity.org.apache.kafka.streams=false
have anyone run into this issue? when quit with C-c C-q, there's an error
this is what I got in *Messages*
buffer
[nREPL] Connection closed
error in process sentinel: nrepl-send-sync-request: Wrong type argument: stringp, nil
error in process sentinel: Wrong type argument: stringp, nil