Bill Katz
Bill Katz
The last problem is probably due to the default limit on the number of open files. For larger datasets, you need to bump that up. Documentation for increasing max open...
This should also consolidate all the various POST endpoints for resolution, extents, and POST /info into a POST /props endpoint that allows modifying any data property. We could deprecate the...
We'd want something like Idea 1 because the main benefit of this new API endpoint is to not have to constantly ask "are you there" for each block in a...
Hi, Samuel, We're checking to see if that might be an issue with the version of docker and the javascript DVID console (tile viewer). Do you a link to the...
MaxPoint is calculated automatically based on the ingestion of data. You can also ingest data via the HTTP POST API and specify offsets, which would change the MaxPoint (bounding box)...
I also added a section in the wiki (Simple Example) to show [how you can use a web browser to look at the original grayscale](https://github.com/janelia-flyem/dvid/wiki/Simple-Example#viewing-data-using-a-browser). It might be worth looking...
My initial guess is that the PNG image format is somehow not properly decoded, e.g., we are expecting grayscale PNG and it's color or something like that. If we could...
Pat, I think the current thinking, which has evolved since this issue/thought was logged here, is that DVID should focus on being as simple as possible and concentrate on the...
This could mean simply removing some long-lived processes from DVID itself and making them associated programs. I think these processes would use @bergs [neuclease](https://github.com/janelia-flyem/neuclease) in a cluster-oriented fashion if necessary.
We should revisit this given new module-aware builds and upgrade to Go.