Eyüp
Eyüp
I love this extension but there is no file specific targeted output filename option. I think this feature useful for working with different sections. For example I working on two...
Added dark theme support with `@media (prefers-color-scheme: dark)` and refactored for more readable code views.
- Package Wizard: 1.3.1 - Composer Version: 2.1.5 - PHP Version: 8.0.9 ### Description: I created new laravel library then when I try to publish on packagist.org says: License "MIT_License"...
The project owner seems inactive or too busy since last year. I forked and updated for bugs and new features. If you wish we can continue through this [fork](https://github.com/EgoistDeveloper/SnipCommand) until...
When refresh the page it's Ok but if I click any repo URL button is not appear.
Added missing spaces, removed unnecessary spaces with regex pattern. Pattern: `^([\d*]+)\.\s+((?:\p{Emoji_Presentation}|\p{Emoji}\uFE0F?)(?:\u200D(?:\p{Emoji_Presentation}|\p{Emoji}\uFE0F?))*)(\w+)` Replace: `$1. $2 $3` Preview: https://github.com/user-attachments/assets/8441604a-c777-4ae1-8e71-915f033cc186 Also, to improve the formatting and fixing possible we can use this pattern...