AriaieBOY

Results 29 comments of AriaieBOY

you can add [roadrunner ](https://roadrunner.dev/) for php

> Hi @ariaieboy, > > This is a great suggestion! 🤩 It's already on our roadmap so stay tuned. daily.dev right now have an email notification service but we can...

@olivernybroe sorry for the late response I didn't get a notification about your reply. ![image](https://user-images.githubusercontent.com/15873972/184194840-d44387ba-45e6-472d-8542-f985fabffc3c.png) ``` brianium/paratest v6.6.1 pestphp/pest-plugin-parallel v1.2.0 pestphp/pest v1.21.3 phpunit/phpunit 9.5.21 ```

> @olivernybroe sorry for the late response I didn't get a notification about your reply. this the command that phpstorm runs `php /var/www/html/vendor/pestphp/pest/bin/pest --teamcity -p --configuration /var/www/html/phpunit.xml` it shows tests...

in this line [PestRunnerWorker.php#L84](https://github.com/pestphp/pest-plugin-parallel/blob/264f8086f2d0b4a7e657cf5ca48de6ed5587332a/src/Paratest/PestRunnerWorker.php#L84) parallel plugin will force the default printer. I changed this line with this code : ```PHP if ($options->teamcity()){ $args[$printerIndex] = TeamCity::class; }else{ $args[$printerIndex] = Printer::class; }...

> Hello @ariaieboy! > > Please try using a variadic method. > > (my personal stuff) You are very brave to enter `func_get_args` into your computer :) the `func_get_args()` has...

@ankurk91 the memory leak will prevent developers from detecting actual memory leaks in the app. and in some cases my 16GB ram gonna overflow because of this memory leak

> @dvlpr91 @ariaieboy > > Have you tried [this](https://github.com/barryvdh/laravel-debugbar#laravel-with-octane) configuration? > > > ### Laravel with Octane: > > Make sure to add LaravelDebugbar to your flush list in config/octane.php....

I imported my data from Wakatime to my instance of Wakapi and the total time reported on Wakapi is 300 hours less than the total hours that Wakatime reports. I...