Kevin Lynagh
Kevin Lynagh
I tried modifying the `run/ios/bootstrap` script to compile the Boehm GC for i386 so it can be used with the iPhone/iPad simulator, but it looks like Boehm itself relies on...
Scales should have an option to clamp inputs from outside of their domain.
Reported via an email: I would like to point out that I've just run the 'c2-demos/hello-bars' you published on your github page and the bar visualization (sizing) fails if you...
Samples should use more svg helpers like `translate` instead of doing inline string interpolation.
Hey, look at these... https://gist.github.com/1678577 http://closure-library.googlecode.com/svn/docs/closure_goog_string_string.js.source.html#line93
This should do the appropriate CDATA magic too, for inline SVG stylesheets.
The [sablono wiki](https://github.com/r0man/sablono/wiki/Optimization-Tips#avoiding-ambiguity-of-attributes--children) suggests that Sablono can emit faster code when an element has an unambiguous attribute map. That: ```clojure [:div {} (foo)] ``` is faster than ```clojure [:div (foo)]...
Consider a UI is derived entirely from a single state atom, where all updates go through the same codepath. ```clojure (def !state (atom {})) (rum/defc *app [app-state] ...) (defn trigger!...
Hi Bruce, first let me say thanks for all of your work on Figwheel over the years, it's a great tool! Is it possible to show custom warnings on via...