Sergey Zhuk

Results 10 issues of Sergey Zhuk

- Don't use child process in default watcher - Use fswatch

I've tried to run [this example](https://github.com/reactphp/filesystem/blob/master/examples/file_to_file_copy.php) with copying one file to another. It fails with: ``` Notice: Undefined offset: 1 in vendor/react/filesystem/src/ChildProcess/Adapter.php on line 225 ``` I thinks this happens...

Having such workflow, that calls activity and doesn't use (not waits) for its result (no `yield` keyword): ```php #[WorkflowMethod] public function start() { $activity = Workflow::newActivityStub( SleepActivity::class, ActivityOptions::new()->withStartToCloseTimeout(20) ); $activity->wait();...

Bug

**Request URL:**https://www.pinterest.de/resource/SearchGuidesResource/get/ `data:{"options":{"query":"test"},"context":{}}`

enhancement

- Instead of storing and passing around the Request object, it should be created for each API call. - Auth check will be performed by a decorator AuthRequest. This will...

maintenance

### Plugin Temporal ### I have an idea! Need support for mTLS. Temporal server sample - https://github.com/temporalio/samples-server/tree/main/tls/tls-simple Ref: https://github.com/temporalio/samples-php/issues/23

C-feature-request
P-temporal

This PR adds phpunit to dev dependencies in `composer.json`.