Mark T. B. Carroll

Results 23 issues of Mark T. B. Carroll

`omero user listgroups` should also report users' default group. (The gateway offers a `getDefaultGroup` that `omero user info` could use but maybe the query can do it in bulk.)

From the developer docs there should be easily found links to various components' Javadoc, the Blitz Ice API and Web JSON API docs, etc. As it is I rely on...

``` $ git clone https://github.com/magiclabs/example-nextjs $ cd example-nextjs $ mv .env.local.example .env.local // enter your Magic API keys in your env variables $ yarn install $ yarn dev // starts...