Jonathan-David Schröder
Jonathan-David Schröder
Hello thank you for this bundle! so far it seems that behat.yaml* is evaluated only if is in the Symfony project's root directory. It would be nice to have a...
Feature request for the CLI command signature :)
this should preserve the .bat's file parameter passing prevents anyone doing import wheel_repair to get python code executed intermediate tiny change towards an independent wheel_repair PyPA module who knows
Hello I have not tried your CLI wheel repair script yet, but it is fresher and slightly more advanced than machomangler which it wraps and leverages. Have you thought about...
Hello for now `TestEmail::assertTo` allows for checking that only 1 email address belongs in the `To:` recipients email addresses list. So if I want to check that my e-mail goes...
Hello! currently `SentEmailMixin::assertEmailSentTo` does: ``` $this->sentEmails() ->ensureSome('No emails have been sent.') ->whereTo($expectedTo) ->ensureSome('No email was sent to "{expected}".', ['expected' => $expectedTo]) ->first() //call($callback) ; ``` checking the first() email that...
Hello, it would be nice to write in `README.md` and `config.php` how analyzers configuration (name implementation) works. Namely, that analyzers listed with a short name in `config.php`'s `elasticsearch.analyzers` array, have...
For soft-deletable Models, for now save() and delete() actions do update and delete related documents within Elastic Search. However, restore() does not recreate a document within Elastic Search.
Hello, just drafted a pull request for https://ppro-scripting.docsforadobe.dev/sequence/sequence.html?highlight=createcaptiontrack#sequence-createcaptiontrack https://github.com/docsforadobe/Types-for-Adobe/pull/124 I did not know if that API endpoint pre-existed before 15.0 I have to test those still.. It is unsure whether...
Per https://github.com/Adobe-CEP/Samples/blob/9efca02ea88ad32a8c22571f5ffe2407ae732cd8/PProPanel/jsx/PremierePro.23.0.d.ts#L352