Simon Li

Results 1067 comments of Simon Li

Maybe we should move this to it's own package, AFAIK no-one uses it apart from our build process to generate the docs.

I agree with @will-moore but isn't that still a breaking change which would have to wait for 6.0.0?

All seem reasonable, I don't have a preference. Anyone else? Alternatively if 6.0.0 is not too far off we could go for the breaking change, maybe even not have a...

Any more thoughts on what to do here? I agree the `BlitzGateway` is already complicated, but this change makes it easier to use. Currently if someone asks how to figure...

Hi @olatarkowska, could you show us the full command line and/or bulk configuration files? We regularly in-place import files from read-only NFS without problems.

The idea of the script was be a wrapper so a user doesn't need to activate the venv nor set OMERODIR. If you take both those out the script doesn't...

Shall we close this? If you're using Ansible you get a wrapper, if you're not then there's a non-negligible chance you'll install the virtualenv and OMERO.server in some non-standard location,...

The big disadvantage of our current plugin mechanism is that the `omero` and `omero/plugins` directories are shared amongst multiple packages. This is fine with a normal install, but causes problems...

@bgruening we've [got a proposal](https://github.com/ome/omero-py/issues/210#issuecomment-652919168) to defer to https://pypi.org/project/appdirs/ for managing user runtime directories. Would this work?

What do you think of using https://pypi.org/project/appdirs/ ?