Masaaki Goshima

Results 129 comments of Masaaki Goshima

go-graphviz is cgo project. So `CGO_ENABLED=1` value always required to build . If you want to build static binary, specify `--ldflags '-extldflags "-static"'` instead of `CGO_ENABLED=0`

It is difficult to debug because the Windows environment cannot be prepared. I want to know the result of `config.h` and `config.h.in` by `configure` . These are created after downloading...

Yes. We are thinking of supporting if there is demand. By the way, the link destination seems to be 404.

I'll prepare a mechanism to easily update the C source of Graphviz. For example, use the following command ( `make update/graphviz/{version}`) ```console make update/graphviz/2.40.1 ```

Thanks for the reporting . Could you provide a simple code to reproduce ?

Oh... I hadn't considered rendering them in concurrency. So, I'm going to fix it, but first of all, may I ask you to implement the concurrency on your own ?

> Just assert ptr to time.Time and call time.Time{}.AppendFormat(buf, time.RFC3339Nano) direcly for time.Time? Thank you for the comment, I've seen this optimization done in other libraries. However, I don't think...

Could you give me a concrete example of the code you would like to use ?

I didn't understand why you needed this feature. Could you specifically explain why you need this feature ?

@dolfelt Thank you for your report. Right ! As you said, there may be a demand to override the behavior of Marshal and Unmarshal without defining a new type for...