chestnut

2017-09-19T11:38:35.000052Z

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

2017-09-19T11:40:43.000214Z

ah reloaded.repl/system

rgm 2017-09-19T18:30:40.000095Z

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?

2017-09-19T19:28:30.000152Z

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

2017-09-19T22:03:37.000459Z

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

👏 1
2017-09-19T22:19:10.000272Z

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