Limon Monte
Limon Monte
Hi @zenflow , thanks for your reply! There is one reason why I consider deep merging better. Before version 9.0.0 there were separate options for `confirmButtonClass`, `cancelButtonClass` etc. If you...
Add variables from https://github.com/sweetalert2/sweetalert2/blob/master/src/variables.scss should be documented After documenting SASS variables we should consider them as the part of public API and apply semver rules when adding/changing anything in `variables.scss`
Related issue https://github.com/sweetalert2/sweetalert2/issues/1386
### Expected behaviour It's possible to programmatically start playing video: ```html ``` ```js const player = new Plyr('#player'); setTimeout(() => { player.play() }, 3000) ``` ### Actual behaviour The video...
After 3 years of war, do you still believe your work is out there serving good purpose? Asking just out of curiosity.
### Laravel Package Version 1.8.3 ### Laravel Version 12.40.2 ### PHP Version 8.3 ### System Info GitHub Copilot coding agent ### Description GitHub Copilot coding agent now supports custom MCP:...