Ignacio Heredia

Results 24 issues of Ignacio Heredia

Hi @J535D165 , I'm trying to download a dataset from the [Bioimage archive](https://www.ebi.ac.uk/biostudies/BioImages/studies), for example [this one](https://www.ebi.ac.uk/biostudies/BioImages/studies/S-BIAD1232). But it raises a non-supported error: ```console ❯ datahugger 10.6019/S-BIAD1232 test-bioimage Error: Data...

enhancement
help wanted

When a module throws an Exception, the Exception is not forwarded to the user ```python def predict(**kwargs): raise Exception('Test exceptions') ``` --> Swagger output: ``` Response body: 500 Internal Server...

bug

### Description The ability to open a file in a particular leaf by drag and dropping. ### Proposed Changes When you have several leafs opened, I think it could be...

bug

Right now, the repomix generated file includes the images generated in `.ipynb`. ``` { "cell_type": "code", "execution_count": 7, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Max...

enhancement