Fork me on GitHub
#chestnut
<
2017-09-19
>
nooga11:09:35

Is there a way to get a started component from the repl?

nooga11:09:43

ah reloaded.repl/system

rgm18:09:40

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?

nooga19:09:30

Is there a way to disable logging http requests to repl? It chokes my cider 😄

featheredtoast22:09:37

@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.

featheredtoast22:09:10

@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.