Jan Giesenberg
Jan Giesenberg
I just used the default path that laravel uses for sqlite, it is easy to change though. Just let me know which version you would like. Agreed, I will change...
Added a message in case no PDO drivers are available: 
Just noticed: the database backup uses Mysqldump, that will not work sqlite or the other RDBMS. I suggest we take a look at [https://github.com/spatie/db-dumper](https://github.com/spatie/db-dumper)
You are probably opening the file locally, Browsers block any AJAX to external pages when a page is opened locally, just upload it to a webspace and take it from...
This is the code I used in my application: ```javascript const jobOptions = { const {exporter} = require('../../init/exporter'); const LOG = require('../../init/logger'); const jobOptions = { /** r.results[] will contain...
Yeah that does make sense it would cause a segmentation fault if you enable both closeWindow and inMemory at the same time. As the buffer references a memory area which...
Hmm, with my app I don't get any segmentation fault even with this.destroy() inside the render function as well as closeWindow and inMemory enabled. However it could still happen, perhaps...
My Plan was to run an node express with the electron-pdf integrated handling the requests. During a local test I noticed that the number of opened BrowserWindow instances equals the...
I think the nested structures would be the right input, but there does not seem to be a way of editing the class names in the document view, I am...
+1 Getting the same issue with laravel mix, it works fine when compiling with vue-cli built project