Guillaume Gay
Guillaume Gay
Thanks a lot for the feedback @stain I'll fix those (underscores are a typo on my part) I'll try to make some progress and come back here
Hi, sorry for the stale issue. I posted a brief review of my attempt on [forum.image.sc](https://forum.image.sc/t/ro-crate-and-omero/80610/10?u=glyg) It's OK for me to close this if you feel it clutters your repo...
of course I'm happy to open a PR for that if needed.
> I guess we could create an @assert_connected decorator for all the methods we want to handle this, but that's probably a bigger job than you're looking for!? :smile: I...
great (could have guessed for --exclude). I can open a PR if you want (and can point me to the relevant tests to update / implement).
Ha! Well it would not be bad for me as an exercise to get to know omero better to write those, would it? Maybe I can build on `https://github.com/ome/omero-py/blob/master/test/unit/clitest/test_import.py` ?
closing this as the PR was merged
Hi! For now, is it OK to copy/paste the openflexure serialization code on one's own code base? For smallish data, it seem sufficient to base64 encode an array directly in...
Hi, I don't know if you are aware of the [NGFF initiative to re-define a file format standard for microscopy](https://github.com/ome/ngff), but there are very similar discussion going on there. That...
Hi, Writing here as the issue is still opened, I ran in the same kind of problem, and setting all the variables in the mapping was indeed a solution, but...