Freshleaf Media

Results 9 comments of Freshleaf Media

`define('NET_SFTP_QUEUE_SIZE', 1);` seems to fix the issue for me. Why is this constant doing exactly? If I had to guess from my limited knowledge of the code, the library batches...

I believe the tests are failing due to this issue https://github.com/doctrine/dbal/pull/5577

@Eloiducrest I'm afraid that doesn't solve the problem. I want to be able to change the configuration of existing crops and have that reflected when rendered

For those who need a workaround you can override the search method and manually tack on where clauses to the Builder instance: ``` class MyModel extends Model { use Searchable...

I can confirm this bug still exists. @brendt Did you find any kind of workaround or fix?

This error can be caused when the `SearchableFinder` scans for classes but finds tests. More specifically if you have test files anywhere in a PSR4 autoloaded directory (eg `/app`) The...

@rustatian Thanks for the input. You mention the error is possibly somewhere in our worker but the worker we are using is the [one provided in this repo](https://github.com/roadrunner-php/laravel-bridge/blob/v5.12.0/bin/rr-worker) What is...

@rustatian > By worker, I mean the code you wrote inside that worker 😃 Understood :smile: In a production environment I completely agree, you would never want to show error...

Related https://github.com/composer/composer/issues/12552