TonsiTT
TonsiTT
Searching for something in the search bar will take you to the /search route and show the loading state. However, further searches from the /search route do not show the...
Trying to deploy gives the error: ✘ [ERROR] Running configuration file validation for Pages: - Configuration file for Pages projects does not support "unsafe" Its due to the unsafe.binding for...
Which part of the code is related to what determines the location of a user/session? I am trying to integrate it and proxy the data to the collect endpoint, which...
Hi, I've decided to use the editor on my website. The issue is the site has its own dark/light mode switch that toggles the dark class on the root element....
https://github.com/stefanzweifel/laravel-backup-restore/blob/b0b03bc99b7d9df4edf7444e9e6e29be8d2c53a9/src/PendingRestore.php#L80C1-L84C6 ` public function getAvailableDbDumps(): Collection { return $this->getAvailableFilesInDbDumpsDirectory() ->filter(fn ($file) => Str::endsWith($file, ['.sql', '.sql.gz', '.sql.bz2'])); } ` Using [Binary Dumps](https://spatie.be/docs/laravel-backup/v9/advanced-usage/binary-database-dumps-with-postgresql) with .backup extension isnt supported with restore right now....
I originally added images as such ``` $product->addMediaFromUrl($imageUrl) ->withResponsiveImages() ->toMediaCollection(); ``` then i removed the `withResponsiveImages()`. Now the existing responsive images are not need but are also not being deleted...