radcheb
radcheb
### What steps did you take: This problem is only noticed in `1.0.0-rc.3`, it does not exist in `0.5.1`. Given the same pipeline, `1.0.0-rc.3` Complier creates a YAML file far...
In the file "csg.js/csg.js" line48: vertex = new ThreeBSP.Vertex( vertex.x, vertex.y, vertex.z, face.vertexNormals[2], uvs ); I think we should get the normal from the array vertexNormals with key 1 instead...
I am creating a metric of 9 columns of different names length. I succeeded to send it to influxdb server (status=200) but I got segmentation fault when freeing it. I...