Ryan Ly

Results 180 issues of Ryan Ly

Fixes #1888 @cmungall @sneakers-the-rat Code review TODOs: - [ ] Add test cases for `minimum_dimensions == maximum_dimensions` as equivalent to `exact_dimensions`

generator-pydantic
arrays

LinkML currently supports xsd:date, xsd:datetime, and xsd:time. [xsd:duration](https://www.w3.org/2001/XMLSchema#duration) is useful for representing the amount of time that has passed since a particular time, which in NWB, we recommend using to...

enhancement

**Is your feature request related to a problem? Please describe.** One major difference between YAML 1.1 and 1.2 is that YAML 1.1 has a number of special strings that, when...

devops
community-generated
NWB-Hackathon

**Describe the bug** Using PyInstaller 5.13 and the latest pyinstaller-hooks-contrib 2023.12 release results in `ModuleNotFoundError: No module named 'h5py.defs'` when running our tests on a PyInstaller executable (https://github.com/NeurodataWithoutBorders/nwb-guide/issues/559). Tests were...

When I try to run `SingleHdf5ToZarr` on an HDF5 file with a scalar HDF5 dataset that has a variable length utf-8 string dtype or a variable length ascii bytes dtype,...

**Is your feature request related to a problem? Please describe.** It would be nice to preview how a change to the docs looks without having to build the docs locally....

enhancement
generator-doc

**Is your feature request related to a problem? Please describe.** The [LinkML expression language](https://linkml.io/linkml/schemas/expression-language.html) has a lot of useful features, but it does not support for loops and list comprehensions....

enhancement
arrays

**Is your feature request related to a problem? Please describe.** I would like to include `linkml` (or `linkml-runtime`) as a dependency in the library `pynwb`. Installing `pynwb` in a fresh...

enhancement
devops
linkml-runtime
community-generated

**Is your feature request related to a problem? Please describe.** In LinkML there are sometimes multiple equivalent ways of specifying a schema, e.g., due to syntactic sugar. While I think...

enhancement

Fix #759 - Add makefiles for easy local building - Add favicon - Copy logo into `docs/assets` - Show logo to left of title in nav bar - Add version...