This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-09-19
Channels
- # aws (2)
- # beginners (135)
- # boot (20)
- # chestnut (7)
- # cider (18)
- # clara (5)
- # cljs-dev (50)
- # cljsrn (30)
- # clojure (252)
- # clojure-italy (9)
- # clojure-losangeles (5)
- # clojure-russia (8)
- # clojure-spec (33)
- # clojure-uk (5)
- # clojurescript (32)
- # clr (4)
- # cursive (5)
- # data-science (1)
- # datascript (1)
- # datomic (40)
- # emacs (1)
- # fulcro (18)
- # graphql (11)
- # hoplon (3)
- # lein-figwheel (2)
- # lumo (47)
- # off-topic (2)
- # om-next (3)
- # onyx (10)
- # pedestal (22)
- # protorepl (6)
- # re-frame (7)
- # reagent (38)
- # ring (1)
- # ring-swagger (5)
- # rum (3)
- # spacemacs (19)
- # specter (5)
- # vim (13)
- # yada (16)
I'm getting a java.lang.AbstractMethodError
when trying to use (reset)
with the SASS shell component, and I see that only start
is implemented for ShellComponent
... is there another way a reset is supposed to happen?
@nooga there was a change in dependencies that got rid of the logging (was to log/server.log) - another logging dependency was recently merged to master about two weeks ago -- add [clj-logging-config "1.9.12"]
to your project dependencies, and it'll start logging to the logfile again.
@rgm sounds like a bug, might be enough to implement a blank stop to fix it. I haven't used sass/less flags myself so this slipped under my radar.