Chris Ford
Chris Ford
I don't have a fix for this yet, but here's a test showing that `process-set-delimiters` is doing something funny. When I use strictly to enforce that bogus keys aren't being...
Should there be a counterpart to `transform-keys` called `transform-values`? This would apply `t` to non-map leaves. I have a current project where a kebabed value can appear both in key...
Hi, I tried to run autodoc 0.9.0 with lein2 preview 10 on https://github.com/ctford/leipzig and I got the following error: ``` zanzibar:leipzig ctford$ lein autodoc Exception in thread "main" java.lang.IllegalAccessError: sh...
Is it your intention to have people hack on this, and possibly use parts of it in other things? If so, it would be great if you could add an...
When I go the the downloads page and click on http://cloud.github.com/downloads/chrisledet/Uno/UbuntuOne%20v0.2.0.zip I get the following error: ``` AccessDenied Access Denied F5D52B8321B5BAEE NBfvhDVh7eWfPUdN3/8ajHCc6FZ7VGdIvLI75o0RGyAwdblJF3XJyHPkkNDh0iQJ ```
Create a way to play samples from [Freesound](http://www.freesound.org/). Overtone supports this, and it works really well. This will probably be an enhancement to [CLJS Bach](https://github.com/ctford/cljs-bach).
When the user mouses-over a function in the code pane, show the docstring. [Land of Quil](http://landofquil.we-do-fp.berlin/) does this really well.
Allow users to save a piece as a gist, and reload it later. Currently, adding `?gist=5d1a4527fbe8cec72f475142cc74f8d3` opens up the performance tab with a gist pre-loaded, though it's not documented.
Currently, it's not possible to play a phrase in isolation. Melodies are built out of constituent parts, but the accumulation of durations happens big-bang at the end. It would be...