Stuart Berg
Stuart Berg
We should start specifying the schema for the messages sent to/from dvid, and dvid should validate the schemas. Most likely, the schemas will be stored in a separate repo (for...
Currently, if I'm curious about how a given DVID server is configured, I have to ssh into the machine where it's running, figure out where the toml file is located...
The Linux binary distribution tarball (and possibly the Mac one, too) is larger then it ought to be. That's mostly because we don't prune out the unnecessary `.so` files, nor...
For certain use-cases, we will need some way of storing metadata along with values that we store in `keyvalue` instances. (As a stop-gap solution in the past, we have occasionally...
Client libraries that wrap or heavily use DVID endpoints should mention (in their own documentation) which DVID endpoints they are wrapping/using. To that end, it would be nice if they...
- [x] As discussed, it would be great if files in the returned tarballs have a meaningful timestamp of some sort, if possible. - [x] It would be nice if...
The gbucket driver creates an auxiliary bucket for each repo. The formula for creating these buckets doesn't comply with Google's [bucket naming guidelines][1]. In our case, Steve tracked down the...
For unknown reasons, DVID often returns status 206 in response to a ROI query instead of the expected status 200. The body text appears to be correct, so one can...
Right now DVID returns 400 (Bad Request) when the client requests an item that does not exist in the server. In such cases, a 404 error (Not Found) might make...
When a user's storage limit for `anaconda.org` is exceeded, `anaconda upload` fails. Fair enough! :-) But it would be nice to see an error message. There is no obvious clue...