Mike Pearson

Results 25 comments of Mike Pearson

@wpcarro. The honest answer is I don't now know why I had [cljsjs/antd "2.12.3-0"] in there. I see that the current readme acknowledges cljs/antd but does not suggest adding it...

I'm back to using antizer in an electron project where it is performing well. I'm possibly not so memory sensitive in this context, though I am still pulling in the...

Shadow-cljs helps with js code, but it's hard to avoid pulling in 500K of SVG icons since these are referenced through attributes. e.g. (ant/button {:icon "download"}). See this gist: https://gist.github.com/gmp26/b01daec3df146dd5aff67d3b615d4cc6...

Just noticed that the Rum documentation for create-form is different and allows the creation of any rum/defcs component - which could include a modal wrapped form. Assuming that's ok in...

I had no success with a modal wrapped form - create-form did not cope - so have resorted to hiding the buttons supplied by ant/modal and using the form buttons...

I have a test repo that almost works with figwheel at https://github.com/gmp26/figwheel-atom-editor-starter. This follows the same figwheel setup as for intellij, but with an extra project.clj dependency on proto-repl. You...

@rgdelato Very nice. Not in a position to try this immediately, but good to know it's there.

FWIW, This is how figwheel-main repl looks in cursive when it works. This was started from the intellij run button. ![image](https://user-images.githubusercontent.com/141701/61440317-20cd4980-a93b-11e9-8c1c-6c2ac2c60d87.png) It then runs fine. My run configuration looks similar...

Me too! :) I've also just come to the docs looking how to configure 'lein fig:min' to do externs.

As a new user I suspect I am hitting this issue when attempting to use LOESS. I have project.clj dependencies ``` [kixi/stats "0.4.3"] [org.apache.commons/commons-math3 "3.5"] ``` but I get ```...