Jan Blaha
Jan Blaha
You can check the [jsreport official docker file](https://github.com/jsreport/jsreport/tree/master/docker/full) which have this working. These packages are required for electron on ubuntu and same on node debian based images `libgtk2.0-dev libxtst-dev libxss1...
Yes electron seems to be really slower (maybe only in some cases), but I'm not sure if there is something we can do about it. The slowdown likely comes from...
You can try to change this in the config : ```js electron: { strategy: 'dedicated-process', } ``` However I would recommend avoid using `iisnode` and rather use `iis` as reverse...
We discussed it and we will default to base64 in the xlsx, pptx and docx. It's anyway documented this way how the inline asset should be added through API.
Hmm, that is very strange. Maybe an antivirus is blocking it, but that wouldn't break it on linux. If you try exactly the following in a new folder, on windows...
Strange. Is there something specific about your system? Can you pause the antivirus? Do you run with a local admin user? Can you try to add the following to the...
> Are you able to start "node_modules\puppeteer.local-chromium\win64-950341\chrome-win\chrome.exe" ? No, i can not even find any folder puppeteer in my path. npm is installed at C:\Users\myuser\AppData\Roaming\npm but there is no puppeteer...
I do all work on windows, so chrome needs to work. We shipped yesterday jsreport 3.8.0, which uses updated Chrome 102, there is some chance that it could help. Could...
Yes, that should solve it.
Sure, I was using LaTeX to write thesis at the university and it was great for it. Let me know if you need a help or guidance with it.