Leo Zovic
Leo Zovic
Steps to reproduce: 1. Run `ccl` 2. Load `cl-isaac` 3. Evaluate `(cl-isaac:init-common-lisp-random-seed) Here's my repl session: ``` ; SLIME 2013-04-02 CL-USER> (ql:quickload :cl-isaac) To load "cl-isaac": Load 1 ASDF system:...
This is a more elaborate `default-template` that 1. Includes separate `src` and `test` directories 2. Includes a shell script that runs the test suite in `sbcl` 3. Includes a `.travis.yml`...
It's possible to define your own OPTIONS handlers, but they're also computable from a level of routing trie. So `house` should automatically compute them for routes that exist (nonexistent ones...
I'm not sure how straightforward this would be with `prove`, but I think it's obviously necessary to actually set up a server and hit it with requests as part of...
See the `cl-handlers` repo for how to do this. Basically, if we add `make-app :: () -> (Request -> Response)`, we can make `house` applications compatible with `woo` and/or `clack`...
Granted, not a goal for the server, but it's still fairly easy to do better for serving static files than we do. Rewrite `define-file-handler` (very probably with a new interface)...
This should probably be in a separate branch from `major-overhaul` (once those changes are shaken out). See what it would actually take to implement a minimal, native http/s client inline...
Instead of using `cl-json`, use `yason`. Which has saner defaults, and is more versatile in terms of behavior configuration.
In the situation where a single checkbox is called for, give the user a way of making sure that it's checked or unchecked (though I have to admit, I have...
Have the forms output tabindex properties for each element (maybe make it optional)?