Mike Erickson

Results 37 issues of Mike Erickson

``` D:\emsdk\libredwg\test\test-data\2018>dwg2dxf taihe.dwg taihe.dxf Reading DWG file taihe.dwg Warning: checksum: 0x32761371 (calculated) mismatch Warning: Invalid section_array_size: [8827].792575 != 8830 Warning: Invalid last_section_address: 18148ce != 1771280 Warning: section_map_id 8830 not found...

bug

[fzw.zip](https://github.com/LibreDWG/libredwg/files/8401598/fzw.zip) [fzw_pu.zip](https://github.com/LibreDWG/libredwg/files/8401627/fzw_pu.zip) This file will not be garbled after ACAD PU.

10 | Control points (in WCS); one entry per control pointDXF: X value; APP: 3D point

help wanted

ver:V2 Primitive triangle mesh ![image](https://user-images.githubusercontent.com/19372111/71963172-09aa4d00-3236-11ea-9d78-7e1f5f1fc117.png) reTesselateCoplanarPolygons (draw line ![image](https://user-images.githubusercontent.com/19372111/71963177-0f079780-3236-11ea-8971-e433ec588453.png) reTesselateCoplanarPolygons (draw face ![image](https://user-images.githubusercontent.com/19372111/71963193-1af35980-3236-11ea-93fa-0ca5ab43765d.png) testcode: ``` console.log("test"); let geo = geom3.fromPoints([[[585.9650675011303, 654.0333333399891, 0], [585.9650675011303, 0, 0], [1287.9139404296875, 0, 0], [585.9650675011303, 654.0333333399891,...

出现了这个错误后,文件夹就再也刷新不出来了

最开始的错误 ``` TGameJS: Error: (0x0000019DD8484698) E:\Example\puerts_unreal_demo\Content\JavaScript\puerts\modular.js:59: Error: can not find [react-reconciler] let moduleInfo = loadModule(moduleName, requiringDir); ``` 然后我 ``` npm i react npm i react-reconciler ``` 然后的错误是: ``` TGameJS: Error:...

1.打开`JsProj`目录,输入`npm i typescript` 2.将`package.json`改成下面的代码. ``` { "name": "tgamejs-demo", "version": "0.0.1", "description": "tgamejs demo.", "scripts": { "build": "tsc" }, "author": "johnche", "license": "MIT", "dependencies": { "@types/mocha": "^7.0.1", "@types/react": "^15.6.6", "@types/react-reconciler": "^0.18.0",...

I am using webpack to package the app. Why do I include `loglevel` in the package I am publishing? This may cause some problems. ``` WARNING in ../PROJECT/node_modules/loglevel/lib/loglevel.js There are...