clem
clem
Running the Laravel scheduler as `root` will create log files owned by the root user which can not be accessed by the web application. This creates permission issues when trying...
- BotMan Version: 2.7.7 Is it possible to tag the latest releases since 2.6.1 and most importantly get a Changelog? I just ran `composer update` on my project and it...
Add support for new `MAILBOX_DRIVER` in-memory "array" driver. It's now the default config. Deprecate unnecessary `MAILBOX_DRIVER` "log" driver. If I'm not mistaking, Mailbox doesn't log any emails. Only the Laravel...
Fixes #17 Default value is still defined by the environment variable `CT_STRAVA_REDIRECT_URI`. But it can now be overriden in the function call: ```php return Strava::authenticate($scope='read_all,profile:read_all,activity:read_all', $redirect_uri); ```
At the moment the dropdown offset is hardcoded to `[0, 10]`. It would be great to add support for a new data attribute like `data-dropdown-offset="0,10"`. Or possibly `data-dropdown-offset-x="0"` and `data-dropdown-offset-y="10"`....
Browsershot can not currently save PDFs that are over 512 MB. ```php Browsershot::url('https://page-containing-large-images.com')->save('large-file.pdf'); ``` The issue is described quite well here: https://github.com/microsoft/playwright/issues/14675 The error `Cannot create a string longer than...
Hello! Have you considered migrating the underlying dropdown and popover code to use the latest version of Popper JS, now named Floating UI? Here's the migration guide: https://floating-ui.com/docs/migration I'm extending...
The Cashier Stripe documentation is only explaining how to use the [Stripe UI](https://stripe.com/docs/payments/elements) Card Element, which is now marked as "Legacy". While the new Payment Element is not documented. It...
Is it possible to keep the input value when clicking outside the input instead of automatically clearing it? From what I understand, clicking outside the input closes the Select and...
I believe there's a real need from the community to store the subscription renewal date to display it to users or use for cron jobs. See: #361, #515, #874, #1054,...