David Manthey

Results 217 comments of David Manthey

It isn't hard to add additional tile sources -- there are a few basic functions (getTile, getMetadata) that need to be defined. The __init__ method needs to determine the image...

One drawback to the sample values I listed is that it reduces specific tuning of formats (jpegSubsampling being the obvious example). The alternative is a generalized dictionary of encoder options,...

The OpenSeadragon viewer that is used in the Girder client is here: https://github.com/girder/large_image/blob/master/web_client/views/imageViewerWidget/openseadragon.js If you want to combine the OSD viewer with annotations or other overlays, I would also have...

It should be quite easy. Do we have a sample dataset that can be used for testing and verification? To make a new tile source, you need to populate a...

It looks like celery master has this fixed, but it is listed as targeted for v4.3 (https://github.com/celery/celery/issues/4867).

I've run into this problem again with celery 4.3. It does seem resolved in 4.4.0rc3. I think we should re-pin to celery = 4.4.

The celery issue https://github.com/celery/celery/issues/4867 has several reports of this still being a problem in 4.3. In working with slicer_cli_web and girder_worker, on celery 4.3.0 I get the problem "often" --...

celery 4.2 and 4.3 are broken using the rabbitmq broker. We recommend rabbitmq in the readthedocs. This would suggest either pinning celery or having a caveat about using rabbitmq in...

Right. Let's pin celery to mitigate the problem.

Projects that somehow work despite the broken version of celery could override this -- our default installation should work rather than be broken.