Henri Dwyer
Henri Dwyer
CouchDB 2 has a new way to query the database without using views: - https://blog.couchdb.org/2016/08/03/feature-mango-query/ - https://github.com/cloudant/mango Perhaps this could be implemented as two new database functions: - mango_query -...
It would be very useful to be able to create a workbook or data source files, not only modify existing ones.
It would be nice if the plugin could automatically infer data types
It would be useful to be able to set the recipe params on a recipe object
When printing to stderr, nothing shows up in the console. ``` python import sys print >> sys.stderr, "test" ``` ``` python import sys sys.stderr.write("test2") ``` Both of these ways work...