Ryan Ly
Ryan Ly
### What happened? See https://github.com/rly/ndx-pose/issues/36 for a MWE. An informative error should be raised when a user tries to write an AbstractContainer object or really any object within the file...
### What would you like to see added to HDMF? Currently, HDMF allows the creation of namespaces with names and version strings that prevent the namespace from being cached. HDMF...
### What would you like to see added to HDMF? In preparation for supporting an update to the hdmf schema language, [the language docs](https://hdmf-schema-language.readthedocs.io/en/latest/description.html#namespaces) says that for the namespace file:...
### What would you like to see added to HDMF? Currently, when appending a group or dataset (and probably also links and maybe attributes?) to existing files, the user needs...
### What would you like to see added to HDMF? In at least 4 separate cases, external developers have confused `requirements-min.txt` (or `requirements.txt` which has since been removed) as the...
### What happened? See https://github.com/NeurodataWithoutBorders/pynwb/issues/1992 for an example. At this point in HDMF's ObjectMapper [hdmf-dev/hdmf@26d584c/src/hdmf/build/objectmapper.py#L1107](https://github.com/hdmf-dev/hdmf/blob/26d584cc0a3e0985d0e053ab9eeaf5bf8849cd31/src/hdmf/build/objectmapper.py#L1107), the spec does not contain the new attributes, so new attributes are not written. The...
### What happened? Currently, you can call `table.add_row` to add a scalar value to a ragged column. If the scalar is a string, then the characters of the string are...
### What would you like to see added to HDMF? Given a subclass of DynamicTable with required and/or optional columns, the autogenerated Python class should allow something like the below:...
### What would you like to see added to HDMF? When building extensions, users are often confused over how to define groups and datasets within a parent group. For example,...
### Describe the issue From the daily end to end tests: ``` Request to neuroconv/upload/project failed SchemaVersionError Server requires schema version 0.6.9; client only supports 0.6.10. You may need to...