Stuart Berg

Results 54 comments of Stuart Berg

@rbutleriii >Is there a conda variable that always returns your base path regardless of your current location? Try this: ``` CONDA_BASE=$(conda info --base) ```

@nehaljwani When conda is installed and a user's `.bashrc` is modified, should the following lines be added to `.bashrc`? That might save the users some headache. It enables conda to...

I edited the list above and put it in priority order.

>This is really issue #316 and could be a queue issue. I'm confused. This issue is about splits that were recorded in DVID, but not recorded in kafka. But issue...

To be a little more explicit, here's the documentation for `GET .../count`. I want addtional options for the `` argument. And so on for the other labelsz endpoints. ``` GET...

I'm seeing something similar; not sure if it's the same bug. Here's how to reproduce: TOML (`ahrens-z1833b.toml`): ```toml [server] httpAddress = "0.0.0.0:8000" rpcAddress = "0.0.0.0:8001" webClient = "/groups/flyem/proj/cluster/miniconda/envs/flyem/dvid-distro/dvid-console" instance_id_gen =...

Looks like there's an additional issue besides the missing `}` character. Here's an example: ``` $ URL='http://emdata5.janelia.org:8400/api/node/b31220/segmentation_annotations/keyvalues?json=true' $ curl -X GET -H "Content-Type: application/json" --data '["22453", "12609"]' ${URL} {"22453":{"body ID":...

FWIW, According to the table above, it seems that all of the problematic cases involve the `remain` half of a split supervoxel, not the `split` half. That is, the `remain`...