JakubOrlinski97

Results 4 comments of JakubOrlinski97

A related issue can be found in the way WriteAsciiString is implemented. There, we can see that at first a [SCALAR space is opened](https://github.com/LiorBanai/HDF5-CSharp/blob/main/HDF5-CSharp/Hdf5Strings.cs#L114), but then is not used when...

I decided to implement it myself, the code is mostly copied from `WriteFromArray` and the adjusted methods are WriteOneValue and WriteAsciiString. The changes can be found in this pull request...

> I think you meant to reference this issue in the pr and not 17 :) Ahh you're right, I changed the name but I can't manually link it to...

I made some revisions in the code as I finally understood some of the calls that were being made to allocate space in memory for the variables and now the...