pkulijing
pkulijing
I‘ve been using fixed port number for my main app (i.e. specifying `port` in the config file. When I attempt to spawn a child window using `window.create`, an address-in-use error...
I came across this error after upgrading to the newest version from 1.0.0-beta.8. Error: invalid image data for type: image/jpeg at getImageSize (/home/caros/Developer/test/node_modules/@loaders.gl/images/dist/es5/lib/get-image-metadata.js:76:11) at getImageMetadata (/home/caros/Developer/test/node_modules/@loaders.gl/images/dist/es5/lib/get-image-metadata.js:85:18) at GLTFBuilder.addImage (/home/caros/Developer/test/node_modules/@loaders.gl/gltf/dist/es5/lib/deprecated/gltf-builder.js:204:54) at...
The example server uses [ws](https://www.npmjs.com/package/ws) to implement the websocket server. I wrote my own live server based on the example, and noticed that the server suffers from serious memory leak...
## Detailed Description Trying to install with `yarn global add local-npm`, but got the following build error: In file included from ../../nan/nan.h:192:0, from ../src/batch.cc:3: ../../nan/nan_maybe_43_inl.h: In function ‘Nan::Maybe Nan::ForceSet(v8::Local, v8::Local,...
I have a 8-column table. The data is rendered correctly, but the first item in each row is always wider than those in other columns, even if it's empty. I...
I've been able to understand the basic concepts of worldview following the tutorial (which is well written and organized) but when I attempted to use worldview locally, a lot of...
Maybe the title is not well phrased. I'll demonstrate the problem with the [Cone example in the documentation](https://github.com/cruise-automation/webviz/issues/725#issue-1161047591). I expect any objects behind a transparent object (i.e. alpha of color...
Just change the benchmarking code `BM_WriteStrings` a little bit. Original code: ``` std::deque values(colCount, "OpenXLSX"); for (auto _ : state) // NOLINT for (auto& row : wks.rows(rowCount)) row.values() = values;...
Large coordinate values are not handled correctly A cube put at (0, 0) with the camera targeted on it is correctly rendered  After changing its coordinates to large values,...
I failed to compile the project in an ubuntu 16.04 docker following the guideline. The following solution worked for me. 1. `apt-get install libreadline-dev && chmod 775 /root/bin/blade` 2. Edit...