Dmitry

Results 6 issues of Dmitry

`cljfmt` has default options which get overriden by user provided options using `edn` parameter. To preserve default options merge it with user defined. This PR also switches from custom args...

Hi 👋 Issue is not directly related to re-frame, but to the [re-frame-utils library](https://github.com/den1k/re-frame-utils) which uses approach described in [re-frame docs](https://github.com/day8/re-frame/blob/fd12bd3a2c92aae62508071c7b70f95e8eaa58fb/docs/FAQs/UseASubscriptionInAnEventHandler.md#solutions) and in the comments of this [issue](https://github.com/day8/re-frame/issues/255#issuecomment-299478925) I also...

Adding "print-foo-cljs" dependency in order to run tests.

[comment]: # (Please replace ... with your information. Remove < and >) ### User Story As a developer, I want to configure app loggers so that i can debug/monitor app...

enhancement
proposal
good first issue

At the moment i have to run `tail -F figwheel_server.log` to check if figwheel finished with compilation for particular platform or not. As soon as we would have web dashboard...

enhancement

Hello 👋 I think there is unexpected behavior regarding subscriptions disposal. If you deref reagent atom outside of reagent rendering context, dependent subscription are not updated inside a watching list...