James Mudd
James Mudd
### Terraform Version ``` Terraform v1.2.6 on linux_amd64 ``` ### Terraform Configuration Files ``` none ``` ### Expected Behavior `tomap` should have been evaluated ### Actual Behavior It was not...
Here is some example code showing what I think is a bug ``` import static org.hamcrest.MatcherAssert.assertThat; import static org.hamcrest.Matchers.empty; import static org.hamcrest.Matchers.hasEntry; import static org.hamcrest.Matchers.not; import java.util.HashMap; import java.util.List; import...
jHDF now depends on `compress-lzf` and `lz4-java` to offer support for additional HDF5 filters. This is good when these filters are needed but it makes the base jHDF dependencies larger,...
It would be nice to be able to read subsets of the datasets, and probably to offer iterators through datasets returning slices. The way to specify slices need to be...
**Describe the bug** Opening this file fails [chunked_v4_datasets.hdf5.zip](https://github.com/jamesmudd/jhdf/files/6665243/chunked_v4_datasets.hdf5.zip) **Additional context** Add any other context about the problem here, or possible solutions/workarounds.
If you read a `HdfFile` from an `InputStream` a temp file is created. Currently this is only cleaned up when the JVM exits and improvement would also be to clean...
**What is the suggestion?** Currently writing tests write a HDF5 file and then read it back with jHDF to verify the contents. In addition it would be good to confirm...