chestnut

Bravi 2017-12-03T09:17:51.000045Z

hi everyone. whenever I use (stop) or (reset) in my repl, to restart to server to take changes, I get the following:

AbstractMethodError Method order_viewer/components/shell_component/ShellComponent.stop()Ljava/lang/Object; is abstract  bittrex-bot.components.shell-component.ShellComponent (form-init5865580347290758802.clj:-1)

Bravi 2017-12-03T09:18:53.000061Z

and after about 20 seconds, my computer’s CPU starts working crazy until I disconnect CIDER completely and then it cools down

Bravi 2017-12-03T09:19:30.000046Z

is this a known issue by any chance?

Bravi 2017-12-03T09:38:05.000069Z

ok looks like it happens because of sass. for some reason, it can’t compile sass

Bravi 2017-12-03T09:38:39.000085Z

it says it couldn’t find the directory src/scss/styles.scss

Bravi 2017-12-03T09:38:46.000043Z

but it’s there..