UseTheForceDave

Results 15 comments of UseTheForceDave

Note this issue also occurs on **OS:** **Linux 5.14.0-427.26.1.el9_4.ppc64le** **node:** **v20.16.0** _(July 24, 2024)_ **node-gyp:** **v10.1.0** _(Mar 25, 2024)_ ```sh > 1737 error /www/the_project/server/node_modules/node-addon-api/napi-inl.h: In instantiation of ‘napi_status Napi::details::AttachData(napi_env, napi_value,...

Note this issue doesn't occur on OS: Linux 5.14.0-427.26.1.el9_4.ppc64le node: v22.6.0 (Aug 6, 2024)

Also wondering if you can add a "soft return" (shift+return)

A definate ::HACK:: but appears to work. Would love a better solution ``` $section = $phpWord->addSection(); $section->addText("LINE1",null,array('space' => array('after' => 0))); $section->addText("LINE2",null,); ```