Evgheni Kondratenko

Results 4 comments of Evgheni Kondratenko

Merantix Healthcare uses it for [Vara](https://www.varahealthcare.com/) project

@gmp26 I was able to configure the browser repl through `tests.edn` config like this: ``` #kaocha/v1 {:tests [{:id :my-cljs-test :type :kaocha.type/cljs :cljs/repl-env cljs.repl.browser/repl-env :cljs/compiler-options {:port 9000 :launch-browser false}}]} ``` As...

@nenadalm Have you tried to specify the name of the `npm` module in the `:npm-deps` map? I see you're using an empty map - maybe that's the problem. You can...

We're having problems with fractions as well. A bunch of date producers will generate 6-digit fractions, which `cljs-time` cannot parse because of 3-digit fraction limit. As per [Wikipedia article](https://en.wikipedia.org/wiki/ISO_8601): "There...