Simon Li
Simon Li
# Decisions from todays Zoom call: ## Agreed: - Default to storing colour as an RGBA unsigned-int 4-tuple: `[uint8, uint8, uint8, uint8]`, this does not preclude supporting other formats in...
Just noticed a bug in https://github.com/ome/ome-zarr-py/blob/208952c770c5d3683a8a8339173c0bc6ec158e54/ome_zarr.py#L280-L281 `bool(non-empty-string)` is always `True`, so `bool("false") == True`
It's best to treat the S3 access tokens as a decoupled backend microservice e.g. `s3-ms-tokenservice` that has no knowledge of OMERO. It's included in this repo for now to avoid...
> What are the alternatives? e.g. using name: aggressively to not have duplicates? That might work, but most galaxy roles/examples seem to use `PREFIX.` in playbooks. > will users want...
> Doesn't that also suggest not prefixing? That was in response to your comment about prefixing variables with the galaxy org. My proposal is to prefix the roles when they're...
@will-moore Is something like https://www.ansible.com/webinars-training/introduction-to-ansible helpful?
You could split `role/xxx/{tasks,vars,...}/main.yml` and use `- include: "{{ ansible_os_family }}.yml`
I've got some Ice packages compiled for Ubuntu arm64 in https://github.com/manics/omero-ice-docker https://forum.image.sc/t/omero-server-and-web-installation-on-linux-arm64/75628/3 The binaries are inside the container image because the idea was to use Docker's multi-arch support to compile...
@Helfrid In case it's not clear, I built those images as a proof-of-concept and they're not maintained. I'm not using OMERO anymore, but now that you know it works it...
I'm happy to transfer the repo to an org of your choice, or for someone to copy the code/artifacts and host them elsewhere. Just let me know 😄. Note the...