nix icon indicating copy to clipboard operation
nix copied to clipboard

Neuroscience information exchange format

Results 67 nix issues
Sort by recently updated
recently updated
newest added

Just stumbled over a strange behavior: ``` Section section = file.createSection("testSection"); file.deleteSection(section.id()); section.createProperty("testProperty"); //passes without complaint ``` Not sure, but what do you think about changing deleters to: ``` deleteEntity(Entity...

We should discuss what the rationale behind a memory backend would be to decide about its implementation. The "memory" characteristic could serve two features: -speed -easier to implement if done...

Currently DataArray only supports reading and writing of all the data. Additionally we need a streaming interface.

We currently use HDF5 attributes for staring created_at and updated_at. HDF5 already provides a mechanism for recording such information automatically via `H5Oget_info`[1]. That times will be tracked must be ensured...

enhancement

Hi! The Dockerfile placed at "dockerfiles/ub1804.Dockerfile" contains the best practice violation [DL3008](https://github.com/hadolint/hadolint/wiki/DL3008) detected by the [hadolint](https://github.com/hadolint/hadolint) tool. The smell DL3008 occurs when the version pinning for the installed packages with...

solves issue #770 I guess, the appveyor build will not survive this... We should consider switching to GitHub actions instead...