LWD

Results 7 issues of LWD

I'm working on adding some extra features for exporting charts. I'm setting an URL like `http://foo.com/app/webroot/highcharts.com-master/exporting-server/php/php-batik/index.php` Dumping the JS on the page I see `http:\/\/foo.com\/app\/webroot\/highcharts.com-master\/exporting-server\/php\/php-batik\/index.php` and `image\\png` Where are you...

`media-library:regenerate` doesn't seem to respect `--starting-from-id` If I run `artisan media-library:regenerate "App\Models\ApplicantDocument" --starting-from-id=1070` for example It starts at ID 1 (showing 6 because I wasn't fast enough to take a...

bug
help wanted
good first issue

Just dropping this quick issue here, I'll see if I can do a PR later. If we have a BS5 field with an append like this ![image](https://user-images.githubusercontent.com/1001484/149522155-23e6e968-5897-4096-b26e-266a8dee86f1.png) ``` % ```...

Bootstrap 3 suggests we size input columns with column containers as they take 100% of their container ``` ``` Would this be the best way to achieve something similar? ```...

Hi, I've noticed this on a few sites recently, if we upgrade to PHP 8, the emails are received as HTML code, rather than HTML format. ![image](https://user-images.githubusercontent.com/1001484/126992264-9abddee1-b6c7-45e1-9e76-d31b59a24bc1.png) Rolling back to...

Great work taking over the plugin @yehudah . The users thank you! Just a small grammar change recommendation for the home page > ~~Unfortunately the plugin didn't maintained properly for...

I have a UK format date table "13/09/2013" or "13-09-2013", sorting produces random results, inconsistent with US format dates like "2013-09-30". I'll try to come up with an option to...