David Wolever
David Wolever
Need to figure out: - How to package everything as a zip file in a format that `%install_ext` will be happy with - How to use the Notebook's HTTP server...
Right now it doesn't look like it does anything particularly sensible with the start time.
It would be nice if there was an option to export only the set of definitions. For example, to produce something like: ``` { "foo": function(exports, require, module) { …...
Styling fixes for the 2019 redesign, correctly fetch all answers (instead of just answers you both agree on) 
They should be escaped with `` like the other content is. For example, if a title contains text which should be rendered `{`, it will not be escaped and RSS...
It would be nice to have some examples showing how positional arguments (ie, the returned `args`) array can be documented in the help output. Right now it's not clear how...
At least on Postgres 9.2, the `VectorField` is created with a `btree` index, which can't be (as far as I can tell) used for optimizing full text search queries. It...