Stuart Berg

Results 58 issues of Stuart Berg

When I use `POST .../blocks` to write segmentation into a `labelmap` instance, DVID is supposed to generate the low-scale pyramid levels if I supply `?downres=true`. It looks like there is...

bug
documentation

It looks like the very last byte is missing from the returned responses. Here's an example: ```bash $ URL='http://emdata5.janelia.org:8400/api/node/b31220/segmentation_annotations/keyvalues?json=true' $ curl -X GET -H "Content-Type: application/json" --data '["10000"]' ${URL} {"10000":{"body...

bug

In addition to our other build system woes, I just discovered that our Mac builds for v0.9.9, v0.9.10, and v0.9.11 are all broken. The executable can't be launched, failing with...

build issue

[Not a high priority, just writing this down.] It's often the case that we start working on a segmentation (e.g. agglomerating it.) before synapses are ready for ingestion. Once synapses...

enhancement

[This is a low-priority request, but it might be relatively easy to implement.] In addition to returning the number of `PreSyn` or `PostSyn` on a body, it would be good...

enhancement

Here's a recent cleave event from our VNC server: ``` { "Action": "cleave", "App": "Neu3", "CleavedLabel": 162018, "CleavedSupervoxels": [23972152129, 23972152291, 24378962479, 24378962480, 24382457474, 24382457654, 24382497952, 24382499918, 24382500352, 24382500782, 24382500828, 24382502066,...

bug

For testing and development, it's often useful to create two test nodes in two different branches. But suppose I want to create a new instance named `my-test-labelmap` in each of...

This is a known issue, I'm just writing it down so we don't forget. The `annotation` datatype doesn't allow the user to specify the storage block size upon creation. Instead,...

[Disclaimer: I'm not an expert on go package management, so let me know if anything below is off-base.] Right now, we install several third-party go dependencies via plain calls to...

enhancement

(Summarizing a brief in-person discussion.) We need to review the behavior of `POST /blocks` and `POST /raw` for `labelmap` instances with respect to the label index and the kafka log....

question