Luca Patera

Results 18 issues of Luca Patera

Is there a method to change the text color per character?

Wrong export message when lang folder is inside project root (laravel 9) ![immagine](https://user-images.githubusercontent.com/4071613/178558797-475f4829-c81e-42c8-9003-412587e2019f.png)

**Describe the bug** There is no support to add custom validation rules Reference: https://github.com/glorand/laravel-model-settings/issues/87#issuecomment-964529183 **To Reproduce** Add a custom validation rule. You'll get "expression is not allowed as field default...

Hi! Cool library! Can you add a chunk method like [this](https://collect.js.org/api/chunk.html)? Example: ```js function* lazy(){ //yield 10K promises } itiriri(lazy()) .chunk(1000) .forEach(async function(chunk){ await Promise.all(chunk); }); ```

Hi, I don't know if this "_bug_" (?) is related to this plugin or to **Pest** itself... When I run a single test with **PHPStorm**, I noticed that there is...

bug

https://laravel.com/docs/9.x/localization#overriding-package-language-files **Which path to take?** A) Create another localization.csv for every package inside /lang/vendor/. Example: - /lang/vendor/packageA/localization.csv - /lang/vendor/packageB/localization.csv B) Use the default localization.csv file using an alias prefix in...

new feature

Today I launched composer update command, automatically updating symfony/dependency-injection from v3.3.9 to v3.4.0 Now I got this error: Declaration of JonnyW\PhantomJs\DependencyInjection\ServiceContainer::load() should be compatible with Symfony\Component\DependencyInjection\Container::load($file) I've fixed this error...

Hi, I wish to change the message sent from telegram bot to: Example: ``` user/repo* • 1234567** • 2 files, +3/-3 Message commit 1 user/repo* • 1234568** • 3 files,...

enhancement

> **Note** > Create folders recursively

bug