Howard M. Lewis Ship

Results 88 issues of Howard M. Lewis Ship

Currently, marking a namespace as requiring reload is linked to defview & defaction; there should be another macro that can be put into an arbitrary namespace to enable the same...

It seems that it will be common to extend view or action behavior based on meta data on the view or action function, and that a transforming function could be...

This is partly because of the nature of Clojure being lazy, but it is also because some exceptions (such as incorrect return value from a rendering function) is reported outside...

I put in place a basic namespace reloader, but I'm sure it could use some work. The current approach is fragile; it reloads it immediately (I don't always save working...

Cascade's DOM currently only models elements and text nodes, but many applications will want to render a specific DOCTYPE and XHTML applications may want to render CDATA.

missing feature

Cascade should automatically compress content sent to the client. Tapestry handles this quite well, including caching of compressed static assets.

missing feature

Just took a little bit to put together an Apache Tapestry contribution; I forked from "master" not "dev" (I didn't see the note about that until later), but I hope...

I'd like to be able to chain method calls across line breaks. e.g. ``` flux.to(cell, 0.5, {dy: 0}) \ease("quintin") \delay(0.05 * (cell.column - 8)) ``` But nothing I've found works....

When running `moonc` on a directory, with output to a different directory, an unwanted extra folder is created. ``` 15:35:10 ~/workspaces/hlship/rejeweled > tree src src ├── [ 259] conf.lua ├──...