geektortoise

Results 42 comments of geektortoise

2 years later ... To compile our branch of iipsrv, you can follow [our Dockerfile](https://github.com/cytomine/Cytomine-bootstrap/blob/master/iipCyto/Dockerfile). I tried some month ago to rebase our branch on the master but - A...

Hello, for information, I made one some years ago (we use iipsrv (from the source) with an nginx in front (a specific version)). https://github.com/cytomine/Dockerfiles/blob/master/iipbase/Dockerfile https://github.com/cytomine/Dockerfiles/blob/master/iipOfficial/Dockerfile I think the best way...

Hello, I have the same problem with a NDPI of 4.6 Go . The PR of @sderaedt fix this error but I'm not sure if the metadata are well read....

I leave this comment to notify that I have the same problem than this ticket, this one (https://github.com/openslide/openslide-python/issues/26), and this one (https://lists.andrew.cmu.edu/pipermail/openslide-users/2017-March/001373.html) Here is my stacktrace : I want to...

Hello, Thanks for this PR. Did the metadata read well on your test cases ? As said in the issue 174, I get strange metadata values :/

First developments : In the commit https://github.com/cytomine/Cytomine-core/commit/fd19e1d2a78ca99e6c44b0b582c6fae69d5db504 ; we migrate all the EditCommand (soft deletion) to DeleteCommand (hard deletion) and we fix some tests that used properties of a soft...

TODO : The checkDeleted method of the CytomineDomain become irrelevant... as the deleted field in all the Cytomine model tables. The column link_project can be deleted from the command table...

Hello, The File object "source" is only instantiated at the line 2. In Java, you can create a File object even if the associated path doesn't exists. It will not...

The group feature need to be refactored. I keep the ticket open (removing v2 milestone) as it will be used to design the refactoring.