Sébastien Alfaiate
Sébastien Alfaiate
This is a reproducer for the braces issue: https://github.com/laravel/pint/issues/352
### Pint Version 1.19.0+ ### PHP Version 8.4 ### Description Starting version `1.19.0` of Laravel Pint, I am facing a very strange bug where Laravel Pint detects false positive issue...
I just noticed that on all pages where I initialized a flatpicker input, I can see that flatpicker is listening to `focus` and `keydown` events of all other inputs of...
### Problem description Hello, Since [PHP-CS-Fixer v3.66.0](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases/tag/v3.66.0) on PHP 8.4, we are facing issue formatting functions `set()` and `get()` inside braces. I cannot reproduce the issue if I downgrade PHP-CS-Fixer...
Hi, By using the DataTables Html Plugin, we can easily declare our columns in `getColumns()` method, but if we need to apply custom filters or edit, we must do it...
The `input` event is a better alternative to `keyup` event because it's triggered immediately when the value changed, including mouse actions. In our case, our search input uses the type...
### What happened? If a route is available on multiple HTTP methods (eg: it's common for `PUT` & `PATCH`), only the first HTTP method is displayed in the doc. ###...
### What happened? It looks like there is a bug in the way body params are rendered in the PUT doc page. In POST and PUT pages, the list of...
Upgrade internal icons to FontAwesome 7 Note: Created as draft for now because it looks like there is an issue with the new icons, some of them are cropped: https://github.com/FortAwesome/Font-Awesome/issues/20831
We are migrating from Slack to Microsoft Teams and we would like to continue receiving log notifications there, as this feature has been extremely useful for our workflow. I am...