Franck DAKIA

Results 9 issues of Franck DAKIA

workbench.desktop.main.js:sourcemap:71 [Extension Host] Error: Error: Error: Extension 'felixfbecker.php-intellisense' introuvable. at /Users/mac/.vscode/extensions/shan.code-settings-sync-3.4.3/out/extension.js:290:22293 at /Users/mac/.vscode/extensions/shan.code-settings-sync-3.4.3/out/extension.js:290:11611 at Object.throw (/Users/mac/.vscode/extensions/shan.code-settings-sync-3.4.3/out/extension.js:290:11716) at s (/Users/mac/.vscode/extensions/shan.code-settings-sync-3.4.3/out/extension.js:290:10513) at processTicksAndRejections (internal/process/task_queues.js:93:5) v @ workbench.desktop.main.js:sourcemap:71 $logExtensionHostMessage @ workbench.desktop.main.js:sourcemap:1523 _doInvokeHandler @...

Redis queue adapter not work correctly

The hidden attributes do not show the attributes where user try to show the model as json format. It's actually made from the model property like this ```php class UserModel...

The scheduler should work like the following example: ```php $console->scheduler(function ($scheduler) { $scheduler->command("hello")->everyDay(); $scheduler->php("hello")->everyDay(); }); ``` You can use the externel package for implementing the scheduer. The command method must...

Actually, the producer is also the consumer You should spread this to the producer and consumer. ```php class Producer extends ProducerService { public function __construct(private int $user_id) {} } ```...

Actually, Bow supports the filesystem cache. Refactor Bow Cache Support and the Possibility of Implementing Multi-Driver. - Memcached

Integrate ses email drive with *aws/aws-php-sdk* or *PHPMailer* * [PHPMailer/PHPMailer](https://github.com/PHPMailer/PHPMailer) * [aws/aws-php-sdk](https://github.com/aws/aws-sdk-php) You can look the tutorial [https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-using-smtp-php.html](https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-using-smtp-php.html)

### Description: The comment parse does not work on the multiline comment ```tintin {# This is a comment #} ``` The render skips the comment