Charles Merriam
Charles Merriam
In Droplets/Create a New Droplet, change: `A Droplet will be created using the provided information. The response body will contain a JSON object with a key called droplet. The value...
In Introduction/Responses: Change: `The value of these keys will generally be a JSON object for a request on a single object and an array of objects for a request on...
It would be handy to an API endpoint that answered the question: "have all the actions completed?" Some scripts need to create droplets, then log in for more configuration. To...
Often, we want "the last ten actions". The cleanest way to do this would allow a call like, `/v2/actions/...&per_page=10&page=-1`. If we had 192 actions this would return actions 183 to...
I was putting together the index on these lightning talks and found the video miscut. That is, at about 45:30 the video stops being lighting talks on goes off on...
The can be confusing in that after doing a clone, one is in the gh-pages branch, which has the thumbnails but not the theme. One way to install the theme:...
This example: >>> hash(WTF()) == hash(WTF()) # hashes _should_ be different as well True 1. Is not explained. 2. Has result contrary to comment. 3. May not be explainable. It...
To help attract more contributors and readers of the source code, it would be helpful to create a FileList that gives brief descriptions of the directories and files involved in...
The grand goal of the project looks more and more like a full database of resources for open science. It would need to a searchable, sortable database with a flexible...
**Please review the following checklist.** - [X] Docstrings on all new or modified functions / classes - [?] Updated documentation - [n/a] Updated CHANGELOG.md (where appropriate) DataTable's StringKey was recently...