Mike Grauer
Mike Grauer
what about using something external that provides support for units already rather than writing it? e.g. https://pypi.python.org/pypi/units/
Could be accomplished without a breaking change, see e.g. `girder mount`.
We could achieve this by adding an additional lighter weight Docker container based on e.g. Alpine, or using a multi-stage build (though that wouldn't work for downstreams building Girder plugins)....
Also @brianhelba as we have a customer relying on DICOM search.
@danlamanna look at this and leave another comment please.
Related issues when dealing with anonymous uploads: When creating anonymous uploads the client should display how much space users have in the upload target location. Also, improve the error handling...
@satra I'm not aware that changed the `CHUNK_LEN` on the Girder server, do you know that to be true? When I ran my test, I used a fresh `pip` installed...
From the boto docs for `list_parts`: >This request returns a maximum of 1,000 uploaded parts. The default number of parts returned is 1,000 parts. You can restrict the number of...
Next Steps: transform this into more concrete issues or else have a Girder planning discussion if anyone cares enough.
I ran into something similar. I have a plugin that adds a custom search mode, though I'm able to have multiple tests in the same [test module](https://github.com/dandi/dandiarchive/blob/master/girder-dandi-archive/tests/test_plugin.py) that use the...