Daniel Skarda

Results 8 comments of Daniel Skarda

``` clojure (defn foobar [x] (do something usefull)) ``` probably comes from our Emacs / Common Lisp habits. Many times it seduced me to write. ``` clojure (defn foobar [x]...

Today I noticed the same issue (CPU hog/GET flood) while playing with drawbridge on http-kit. Http-kit supports WebSockets so there is a way to replace GET requests with websockets. (I...

Testing? Good question. Poorly ;) That's why there is a third commit two hours after second one. First I was happy I have seen data in controls. Then I was...

Hi Tony, the ball is on my court, I should contribute tests (not to mention promised sql patch to support servers which cannot defer constrain checking). Sorry, I was busy...

`:repl/exception!` result is provided by shadow-cljs. It does not send detailed information about exception to cider. If you grep shadow-cljs for `:repl/exception!` you will get following code in [shadow-cljs/src/main/shadow/cljs/devtools/server/repl_impl.clj:229](https://github.com/thheller/shadow-cljs/blob/b1d564f2987ee5ff281f8114f22644a2ab5f770e/src/main/shadow/cljs/devtools/server/repl_impl.clj#L229) ```clojure...

Hi Peter, first - thanks for great Clojure and ClojureScript libraries! I investigated the issue how to get correct file names with timbre and Chrome Dev Tools. It turns out...

Any chance this pull request gets merged? Thank you.

I used fulcro-rad-demo `line_teim.forms.cljc` as an example: https://github.com/fulcrologic/fulcro-rad-demo/blob/c09d1c30482c63ca2b468c9a7789dd5e80604a50/src/shared/com/example/ui/line_item_forms.cljc#L35 Both my code and fulcro-rad-demo show the same behavior so you can use demo code for investigation. fulcro-rad-demo makes a query `[({::item/all-items...