Is there a way to get a started component from the repl?
ah reloaded.repl/system
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?
Is there a way to disable logging http requests to repl? It chokes my cider 😄
@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.