Hoàng Minh Thắng

Results 18 issues of Hoàng Minh Thắng

I think the most interesting Garden brings is the intuitive way style rules are structured to make responsive designs. Why not make a showcase demonstrating that power with some patterns...

There should be a menu from which user can select a sample application of om or quiescent or whatever

om-tools is a handy library for Clojurescript/Om. Please consider supporting it https://github.com/Prismatic/om-tools/

Just tried to use `#js {:foo "bar"}` syntax and got a `No reader function for tag js`. I guest the problem is that Clojurescript version is quite old.

Hiccup is in 1.0 beta and I'm using it on my new project. There are some changes in Hiccup API so marg won't work on such projects

(In gui/base slider%) something like `(send a-slider set-min-value new-value)`. I find this quite practical. Currently I have to delete the slider then recreate an other

Most of the work in cljs-exponent seems to be adapting exponent and react native components to Reagent/Rum/Om. I wonder if we can extract from cljs-exponent some api which can be...

I just install webrepl and always get this: ``` 2012-09-18 10:42:06.533:INFO::Logging to STDERR via org.mortbay.log.StdErrLog 2012-09-18 10:42:06.534:INFO::jetty-6.1.25 2012-09-18 10:42:06.562:INFO::Started [email protected]:8888 Could not browse to http://localhost:8888/ringmon/monview.html # ```

I'm working on two other versions of cljs-http that work on Nodejs and ArangoDB/Foxx. Of course it's fine to just refer to some vars in `cljs-http.client`. But do you think...