untangled

NEW CHANNEL: #fulcro
2017-04-11T09:18:30.228441Z

I am following untangle in large on youtube video, there is local var dev-mode? bind to (boolean (System/getProperty "dev"), but even though I was in dev mode, the (System/getProperty "dev") always return nil. I am afraid I missed something. `

2017-04-11T09:20:51.260260Z

I have tried manualy with lein with-profile dev repl but not helping. Is there any library or proper setup to get my dev mode from dev-mode? (boolean (System/getProperty "dev")

fatihict 2017-04-11T09:40:45.532658Z

Hey @codxse, You can find more info here: https://www.tutorialspoint.com/java/lang/system_getproperty_string.htm

fatihict 2017-04-11T09:43:08.563051Z

Pretty sure Tony Kay sets the property as VM arguments in IntelliJ.

fatihict 2017-04-11T09:45:28.593403Z

See: https://youtu.be/N4sSX1qmN80?t=2m21s

2017-04-11T09:47:03.614648Z

Ah sure, thank you. I will check it

2017-04-11T09:55:39.725295Z

I missed -Ddev arg on repl configuration,.. it works now 🙂

tony.kay 2017-04-11T15:45:36.561077Z

@mitchelkuijpers @timovanderkamp Merged your server-side rendering fixes to om-css, and push 1.0.1-SNAPSHOT to clojars. Will cut a release shortly

tony.kay 2017-04-11T15:48:33.628051Z

untangled/om-css v 1.0.1 on clojars as a release

mitchelkuijpers 2017-04-11T15:58:32.856976Z

Awesome! Thnx @tony.kay

tony.kay 2017-04-11T15:58:55.865593Z

welcome. thanks for the patch @timovanderkamp

timovanderkamp 2017-04-11T16:00:09.895733Z

No problem 😀

2