Naoaki
Naoaki
I've managed to achieve this. Here is sample codes. https://codesandbox.io/s/ms-matrix-proxy-wmbk6?file=/src/main.js:219-273 We were able to reduce the memory usage compared to generating a 2D array. However, the performance of index access...
I was thinking of a way to specify a loader option for how to extract the transferable from the arguments and return value of a worker method, but I realized...
Additionally, if gstatic.com site is down, loading loader.js blocks whole scripting until it is timeouted. I think we should load external scripts by IronJsonpLibraryBehavior as it used to be.
I tried rewriting the codes by using IronJsonpLibrary, but it did not go well because `loader.js` does not support jsonp loading...
@wesalvaro Thanks for your clarification and suggestion. Actually, I've already created its fork [here](https://github.com/naoak/google-chart/commit/d94a9744b7fdd14413fd22853935b91994aa4dd9), that works fine for now. I've not tried, but I might be able to do the...
Unfortunately, I've decided to not use google chart due to the performance issue. I was using this component for drawing a simple line chart, but this component loaded so many...
I hope this issue will be resolved.
In my case, the following 3 steps did correct coverage highlight lines. 1. Pass a sourcemap option to esbuild-jest ```js // jest.config.js transform: { '^.+\\.(t|j)sx?$': ['esbuild-jest', { sourcemap: true }]...
I've made a patch referring to https://github.com/google-map-react/google-map-react/pull/559.