Fork me on GitHub
#onyx
<
2016-02-08
>
lucasbradstreet02:02:44

@greywolve nice work with the datadog plugin. I'm looking forward to using it on a project I'm working on

sirsean23:02:08

Hi, I have something I’m curious about. The Onyx template has a bunch of dev/prod logic in it, but we expect to mostly run via Docker Compose both locally and in production. It’d simplify the code a lot if we removed the support for “dev mode”, but it would mean we’d need to rewrite the tests for build-job and we’d diverge from the template enough that backporting would probably become kind of a pain. Do you have insight how important it is for development to be able to run locally in a repl vs always running inside Docker? (Is my plan to rip out all the “dev mode” stuff and always run via Compose an unwise one that’s going to bite me later?)