d2x
d2x
@maxpou Can you please give an example of how and where to change the main cover image size?
> I don't understand the underlying cause of the issue but it was resolved by installing `@bable/runtime` directly into the `wrangler` packages location on my machine. @insuusvenerati can you please...
Delete the vendor folder and reinstall. `rm -rf vendor` `composer install`
Remove the vendor directory completely and reinstall `rm -rf vendor` `composer install`
The empty object referenced by @tomhapbia is because PhantomJS is failing to run. Likely because of this: https://github.com/ariya/phantomjs/issues/10904 Try `sudo apt-get install libfontconfig`
Likely the same issue here: https://github.com/jonnnnyw/php-phantomjs/issues/261#issuecomment-553590291
I'd love to know when this is working with Laravel 7.x.
Problem still exists in Nextcloud 25.0.0 RC3 and RC4 requiring the overrides from @MartB **Note**: On Debian / Ubuntu based systems, the changes / additions need to be added to...
I have the same issue on Windows 10 Pro with QWT I compiled myself using the 9.0.0 PV drivers. I get stuck at the line prior with the Windows machine...
> It looks like the auto-qwt was built to not pull in the QWT installer package from the ISO due to potential security risks. > > `installer/README.txt`: > > ```...