G

Results 20 comments of G

The issue still exists. When using parser concurrently, it will throw the error. Does the library hold any kind of internal state? As a remedy, use `sync.Pool` (https://golang.org/pkg/sync/#Pool): ```go type...

BTW, the Golang tests are failing because of missing "readChunk" function. The method exists in the history but why is master in broken state?

@wolfx Correct. The issue can be solved by changing `ExpireAfter` type to integer pointer instead. This way setting a zero value will work.

The components roadmap can be seen from here - https://graphin.antv.vision/graphin/quick-start/overview/ However, is there also a roadmap with dates or at least approximates? For example, when are you going to release...

Can confirm this is happening when image is used. Although the code is a bit hard to read, I suspect the issue is somewhere here - https://github.com/antvis/Graphin/blob/master/packages/graphin/src/shape/graphin-circle.ts#L337

Seems great! @crispmark

Any updates on what the future holds for this feature?