Mike Erickson
Mike Erickson
thank you for your reply https://github.com/FishOrBear/fetch_ts_error_demo npm i Open /src/test.ts using vscode Turn on uncaught exceptions Start debugging run ts 
Microsoft Windows [版本 10.0.19044.3803] nodejs 21.5
Can I use the motion control of the switch pro controller on a TV with Android 10.0? I tried it but it doesn't seem to work
stay tuned
``` node_args: ["--max_old_space_size=64", "--max_semi_space_size=2"], env: { "LD_PRELOAD": "/usr/lib/x86_64-linux-gnu/libjemalloc.so.2" }, ``` Using this parameter solves the memory problem.
``` const options: GitlogOptions = { repo: "foo", fields: ["treeHash"], }; const commits = gitlog(options); ``` Can be entered directly without the need for generics
```typescript let dxf = new DxfWriter; let block = dxf.addBlock("test"); let f1 = { x: 1524.2424242424242, y: -18, z: 1470.6390303028093 }; let f2 = { x: 1524.2424242424242, y: -18, z:...
[dxf.zip](https://github.com/dxfjs/writer/files/11284375/dxf.zip)   This is the dxf file I generated. The only difference between them is the default style. When no default inherited style is specified, the dimension text disappears....
Data transfer from js->cpp should be avoided as much as possible, and should be transferred once.
因为我在做节点自动快速故障转移,所以我发现了这个,如果不能立马关掉,就会导致故障转移速度非常慢.