duchnoun
duchnoun
Hi, Can't understand why fixture are reload (and delete all data) if container restart. (In case of docker-compose.prod.yml) In documentary we launch : docker compose -f docker-compose.prod.yml exec php bin/console...
When i try to launch Behat test ; 'ive got this error : Running fixture "locale"... 2022-10-13T09:16:08.360469400Z Running fixture "currency"... 2022-10-13T09:16:08.370259800Z Running fixture "geographical"... 2022-10-13T09:16:08.399221700Z Running fixture "taxon"... 2022-10-13T09:16:08.450576900Z Running...
Hi , Datadome flag when the client send the cdp command : "Runtime.enable" :/ if i do : (in FrameManager.js of pupetter) await Promise.all([ client.send('Page.setLifecycleEventsEnabled', { enabled: true }), client.send('Runtime.enable').then(()...
Doesn't seem work :( Why ? ---- Using version ^0.3.0 for sj-i/php-fuse ./composer.json has been created Running composer update sj-i/php-fuse Loading composer repositories with package information Updating dependencies Your requirements...
I'm excited to share a project I've been passionately working on: Womegle, a clone of the popular random chat platform Omegle, developed using PHP and FrankenPHP. Womegle aims to recreate...
Hope this message finds you amidst the syntax symphony and algorithmic ballet. I'm reaching out from the digital realm of womegle.com, my ode to Omegle, and the coding journey has...
I hope this message finds you in good spirits. I'm reaching out with a query regarding a technical snag I've run into while working on my project, womegle.com, an Omegle-inspired...
Hi, Should be nice a functionnality to have multiple level of category :) Maybe with gedmo tree to help u ? ( https://github.com/doctrine-extensions/DoctrineExtensions/blob/main/doc/tree.md ) Nice project ! :)
hi , Seem that if we extend BaseJob on sf6 project : In MappingException.php line 357: Class "App\Entity\Job" sub class of "IterativeCode\DockerJobsBundle\Entity\BaseJob" is not a valid entity or mapped super...