brunetto
brunetto
Hi, is there a way I didn't find to interact with the SSM service to store and retrieve parameters? Thanks
New issue generated by the discussion starting from [here](https://github.com/jung-kurt/gofpdf/pull/185#issuecomment-418800967). Summary: * The gofpdf package only depends on the standard library * Having the gofpdf/contrib packages in the same module of...
Hi!! I read https://github.com/sbinet/go-hdf5#known-problems, but, is there any solution about the problem of storing structs with string fields? HDF5 already support them... Is there anything that can be done? Maybe...
Hi againg! I'm trying to modify your example https://github.com/sbinet/go-hdf5/blob/master/cmd/test-go-cpxcmpd/test-go-cpxcmpd.go to be able to save 2D arrays of float, something like https://bitbucket.org/brunetto/c-utilities/src/cbe96e73d987/data_io.c Everything works fine if I modify the structs to...
### What version of Go are you using (`go version`)? ``` $ go get -u golang.org/x/vgo $ vgo version go version go1.10 darwin/amd64 vgo:2018-02-20.1 ``` ### Does this issue reproduce...