Joel Wurtz

Results 44 issues of Joel Wurtz

## PR Type Feature ## PR Checklist - [x] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. - [x]...

Add a server generator which should generate * An interface / abstract class extendable for each endpoint * A bridge for each endpoint implementing PSR15 handler interface https://www.php-fig.org/psr/psr-15/ which transform...

enhancement

| Q | A | | --- | --- | | Bug? | no | | New Feature? | yes | This is a feature request for adding a soap...

Having a client that accept multi http clients, when it receives a request it will duplicate the call to all the underlying client and return a BatchResponse (like the batchclient)...

pending

| Q | A | ------------ | --- | Bug? | no | New Feature? | yes #### Actual Behavior Actually all plugin dealing with body check if the stream...

Same as BatchClient but for async http client (or should we do that in the BatchClient and prefer the sendAsync if available ?)

pending

Only works with php 8.1, preview PR

Goal is to add pure functional test and js execution into asynit

* [x] Use an assertion library : https://github.com/mikey179/bovigo-assert * [x] Use existing library for environment detection (tty / ...) : https://github.com/sebastianbergmann/environment~~ : Not working * [x] Use PHP AMP to...

Fix https://github.com/jolicode/docker-starter/issues/252 WHat it does : * remove USER_ID features from dockerfile: Without this change the USER_ID make the image dependant on the system that run this command wich creates...