Philip Garrison
Philip Garrison
We now use the `:focus-within` selector to handle opening & closing the dropdowns. * `:focus-within` is supported by all major browsers as of January 2020 * The global `hideMultiselects` function...
* `package.json` defines the `npm run build` command, which builds the minified script from `scripts/*.js`. * `package.json` and `package-lock.json` install webpack, which is used to run the build step. *...
I'm working on a PR for #10 and thus need to rebuild `multiselect.min.js`. This build step should be documented in the readme and any relevant configuration files (e.g. webpack.config.js) should...
# Problem No credentials are required to read from a public S3 bucket. However, ome-zarr-py requires credentials when using an `s3://` url. `https://` urls do not face this issue. Example...
Ideally bioio should support the latest numpy. I checked with the [ruff rule for numpy 2.0 migration](https://numpy.org/devdocs/numpy_2_0_migration_guide.html#ruff-plugin), which is not (cannot possibly be) 100% comprehensive and found no issues in...
# Issue 1 On the [web documentation](https://bioio-devs.github.io/bioio/bioio.html#bioio.bio_image.BioImage.standard_metadata) for `standard_metadata`, all it says is "Return a set of standardized metadata. The possible fields are predefined by the StandardMetadata dataclass.", but there...