Constantin Pape

Results 173 comments of Constantin Pape

> I'm able to reproduce the issue with both `windows-2016` and `windows-2019` environments so that's not it. The real reason seems to be related to the `conda-incubator/setup-miniconda` step that your...

Hi Jordan :). Supporting BossDB or cloudvolume should indeed be relatively straight forward and would be a great addition here. I am using [open_file](https://github.com/constantinpape/elf/blob/master/elf/io/files.py#L17) from `elf` (another of my libraries...

> do you prefer I open a draft PR into `elf` so you can keep an eye on progress and make sure I'm not going totally off the deep end?...

Of course. I meant to clean it up and add it but then never got around to it... I will get started on this today.

I have added some preliminary code for this here: https://github.com/constantinpape/cluster_tools/tree/master/publications/leveraging_domain_knowledge/1_axon_dendrite_attribution

It's great that pymesh is on conda-forge, but unfortunately it's only available for python 3.6, which is pretty outdated: https://anaconda.org/conda-forge/pymesh2/files Is there a chance to get builds for more current...

I also still think this is relevant and I like your initial proposal from https://github.com/zarr-developers/zarr-python/issues/232#issue-291746455.

> Should the encoder/decoder bits be moved to Numcodecs? Happy to move it there if you think that would make more sense. Would you put it [here](https://github.com/zarr-developers/numcodecs/blob/master/numcodecs/json.py)?

Tests pass, so the solution seems to be viable.

Thanks for looking into this @k-dominik. For my issue option 3 is the way to go and it's working now :). It would be good to document this somehow, but...