Howard M. Lewis Ship
Howard M. Lewis Ship
For very large namespaces, it is awkward to use the list in a browsing manner (scrolling down to choose an option means you have to scroll way back up to...
Calls to the parse-fn option are supposed to be wrapped such that exceptions are promotted into parse errors; that either isn't happening, or the strack trace of the thrown exception...
It's tripping people up that you need to have the Maven Ant Tasks in $(ANT_HOME)/lib.
So, the qualifier might be "IE 5" and the or would be wrapped with
The viewbulider (the center of the template, defview, etc. macros) should be able to do some static analysis of the views being constructed. Some portions of the generated code will...
Often the output of combine is passed up a level back into combine; it should mark its output with meta data, and when it sees that meta data, it knows...
There are a number of places where information inside the configuration is used to compute some expensive(?) result. The result must be constantly recomputed in case the configuration changes between...
Just recording a hunch that multiple calls to extend-dom may be a costly way to do the post-processing. It might be better if only a single zipper was created and...
The current code looks ugly outside of Eclipse because the Clojure editor uses tabs, not spaces, when indenting. We should be using two spaces for each tab. Not worth fixing...
I accidentally stripped off the leading ':' of a keyword (representing an element in the DSL). Took me a while to track down the error: ``` Caused by: java.lang.RuntimeException: Incomplete...