jean-marie burel

Results 154 comments of jean-marie burel

5d70a8c can now be removed

Regarding release stats. I found that page * https://tooomm.github.io/github-release-stats/ This could help @jrswedlow to quickly get information assuming that there is a release alongside the tag. To filter by IP...

This one is actually nicer in terms of display https://qii404.me/github-release-statistics/ Code available at https://github.com/qishibo/github-release-statistics

So we can rule out that is an issue with insight itself.

Tested using today's insight and it still fails from insight insight has gateway 5.6.10-snapshot

Insight was initially not meant to support login using session ID. This was added afterwards to allow its usage for place like ome-ssbd. One option (which does not solve the...

insight connect using cli arguments ``` List res = new ArrayList(); res.add("--omero.user="+escape(getUser().getUsername())); res.add("--omero.pass="+escape(getUser().getPassword())); res.add("--omero.host="+getServer().getHost()); res.add("--omero.port="+getServer().getPort()); ``` then ``createSession()`` is invoked. In that case it fails with the error above if...

related https://trello.com/c/tCU2TbCc/18-loading-of-5800-rois-fails

@joshmoore background added to the description

It happens from time to time. It happens last time when https://github.com/ome/openmicroscopy/pull/6303 was opened