marcio

Results 8 comments of marcio

Hello @sudeep9 I resolved this issue just using the [serde_bytes](https://github.com/serde-rs/bytes)

One solution would be to use HDF5 to store it. The latest version of NetCDF is based on HDF5 but with some limitations. [https://support.hdfgroup.org/HDF5/whatishdf5.html](https://support.hdfgroup.org/HDF5/whatishdf5.html)

Thank you! I didn't know about the H5MD, I will take a look at the specifications. 😄

I like how H5MD specification handle the datas. But for now, we don't have a complete crate to handle HDF5 files, there's one[1], but its lack some important features, seems...

I can't reproduce it ``` Polyphony backend: io_uring gcc (GCC) 11.2.0 ruby 3.1.1p18 (2022-02-18 revision 53f5fc4236) [x86_64-linux] Linux 5.16.11 ```

Thank you. I'm using the latest version of mruby and i got some compile errors, I fixed these erros but when i execute your JamrubyApp and execute on my mobile,...

The application crash it's fine now, but maybe because you removed the MRB_TT_MAIN, i don't understand why. Now i got MRB_TT_OBJECT:NotImplementedError. Thanks!

Yes man, everything is ok now. The crash in application is on MRB_TT_MAIN! Thank You!