Marko Stanković
Marko Stanković
Solution from slack: https://clojurians.slack.com/archives/C7Q9GSHFV/p1650824587456189 ``` ; project.clj :test-paths ["test"] :profiles { :test {:jvm-opts ["-Dhyperfiddle.rcf.generate-tests=true"] :aliases {"run-tests" ["run" "-m" "app.core-test/run-tests" :project/test-paths]}} } ;app_test.clj (ns app.core-test (:require [clojure.test :as test] [app.config])) (defn...
Oh wow, it's obvious now. Thanks a lot :)
any news about candle charts? @vitorverasm
Wanted to make an update. I managed to get it working but without csrf (i updated reddit post on how), Pass `nil` on client, set `csrf-token-fn` to nil on backend....
any plans on this getting merged?
SOLVED: steps are: 1. `export ANDROID_HOME=~/Android/Sdk` 2. `export SENTE_ELIDE_JS_REQUIRE=true` 3. do this - https://github.com/facebook/metro/issues/291 (metro patch) 4. do this - https://github.com/drapanjanas/re-natal/issues/208#issuecomment-450976858 (babelrc patch) 5. bundle project - `node --expose-gc --max_old_space_size=8192...
@CalderBot my npm stack blows if i remove ignores for .babelrc have you encountered that?
@CalderBot i am basically doing the same but with android and this is what i get https://github.com/drapanjanas/re-natal/issues/220 i even did example app out the box with steps in 220 issue...