Mike Erickson

Results 90 comments of 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 ![image](https://github.com/nodejs/undici/assets/19372111/7ffc4000-1a37-4e2d-bc4e-8106ffa15f47)

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

``` 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) ![image](https://user-images.githubusercontent.com/19372111/233316759-615233b5-f5a5-4a15-b6df-ee142ea1077f.png) ![image](https://user-images.githubusercontent.com/19372111/233316796-4deb13da-f7be-4c76-ba89-ad4bd25191cf.png) 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.

因为我在做节点自动快速故障转移,所以我发现了这个,如果不能立马关掉,就会导致故障转移速度非常慢.