Tom Boissonnet

Results 9 comments of Tom Boissonnet

Doing it with `filter_by_tag_id`, to get all images with a given tag, I first have to get all the images accross the whole Group. And that's some involved looping in...

@mellertd Isn't `search_params = {'tag_name': 'somename'}` an overkill? My point is not to make a search engine that would retrieve all objects with a given tag/KVpair value, .... Instead, I...

I see your point of "why stopping there", and I like solutions that cover possible future cases. On the side of the OME model, key-value pairs and tags are both...

Certainly for the implementation, list comprehension or HQL if you prefer for the performance is not the issue (I can always rewrite it the Ezomero way). As you pointed out,...

I'll write here in case you haven't got a notification, I pushed changes to replace `run` with `plate_acquisition` :D

Some tests I've done Normal account already in groups `test1` & `test2`, default group is `test`: * 🟡 `omero user joingroup --group-name test2 --as-default` → `2 is already in group...

Hello, I tried it out and it works quite well now, congrats. A few things that I spotted. When you click a button, it stays selected until something elsewhere is...

Hi @jo-mueller and @psobolewskiPhD first thank you very much for your insights on this PR. I'm not familiar much with napari so I'm glad that you did such a thorough...

Sorry we had a little mix-up with the commits pushed yesterday. They are meant to be in a different branch for later (changes to save ROIs logic). Talking about commits...