Greg Pagendam-Turner

Results 10 comments of Greg Pagendam-Turner

Followed the steps but not working for me. Before zipping. ls instdir/share/config/soffice.cfg gives: cui editeng fps svt vcl dbaccess filter sfx svx writerperfect desktop formula simpress uui xmlsec

Also interested in Bootstrap 4. Happy to contribute code changes

I'm happy to work on this. If someone can answer my issue #37 about using a local instance.

Hi Sebastien, I'm using the version listed on the Grails plugin page: compile ":bootstrap-file-upload:2.1.1" Also the controller should check the request header to see if the caller accepts application/json instead...

Thanks. Disabled Malwarebytes but still get the error. I don't think deleting is the problem is it? Why is it trying to build OpenCV when the OPENCV4NODEJS_DISABLE_AUTOBUILD flag is set...

Did: ``` choco install pnpm pnpm install ``` Still get the same result.

So did: ``` npm cache clean --force del node_modules pnpm install -g node-gyp pnpm install ``` Get the same result

Ran: ``` Remove-Item .\node_modules\ $env:OPENCV4NODEJS_DISABLE_AUTOBUILD=1 $env:OPENCV_INCLUDE_DIR='C:\\tools\\opencv\\build\\include' $env:OPENCV_LIB_DIR='C:\tools\opencv\build\x64\vc15\lib' $env:OPENCV_BIN_DIR='C:\tools\opencv\build\x64\vc15\bin' pnpm i ``` Still get: ``` node_modules/.pnpm/@[email protected][email protected]/node_modules/@u4/opencv4nodejs: Running install script, failed in 1m 41.1s .../node_modules/@u4/opencv4nodejs install$ node-gyp rebuild ``` Why is node-gyp...