pkulijing

Results 13 comments of pkulijing

I've been doing something similar. I start my server as an extension of the neutralino app. The neutralino static server serves static files while my own server handles normal CRUD...

Tested using node[ dockers of different versions](https://hub.docker.com/_/node). The installation works on node:8, but fails for node:10 and node:11.

Same issue here. It seems the problem has been solved in the newest version.

> Hey! I'm pretty new to this, but I'm still getting this: `./node_modules/draco3d/draco_decoder.wasm Module parse failed: magic header not detected You may need an appropriate loader to handle this file...

@baker-Xie just FYI, we are doing something similar and the following approach is working for us: use [rosnodejs](https://www.npmjs.com/package/rosnodejs) to construct a ros node that receives ros msgs. You will also...

> @pkulijing: I am new to using AVS (XVIZ, Streetscape GL) and I am not very familiar with web based applications programming (I have primarily worked with C++ and Python...

I'm able to reproduce the issue with the following piece of code: import {XVIZBuilder, XVIZMetadataBuilder} from '@xviz/builder'; import {XVIZBinaryWriter} from '@xviz/io'; import {FileSink} from '@xviz/io/node'; const builder = new XVIZBuilder();...

What's more, the `TextEncoder constructor called with encoding label, which is ignored.` warning message is kind of annoying.

> I'm having this issue. Any tips on workaround until fixed? I've tried rounding my coordinate numbers but it just reduces the frequency of the error. I get it eventually...

@twojtasz Using the 1.0.0 version, I'm not seeing the original exception. But there still exists something wrong with drawing polylines. I'm seeing a new exception frequently when I draw a...