Chris Boden

Results 22 issues of Chris Boden

Even though `-V` was removed from `Application` Symfony Console [hard codes](https://github.com/symfony/console/blob/master/Application.php#L161) `-V` to `--version`. This overrides the `--vhost` flag when using displayed the shorthand.

bug

In my bootstrap folder I'm creating a document in _replicator to replicate from one database setup via bootstrap to another database setup via bootstrap. It seems because `_replicator` comes first...

## v0.5 Updates to the next release of Ratchet will be made against the [v0.5 branch](https://github.com/ratchetphp/Ratchet/tree/v0.5). This version will add some functionality, including a transition period, while keeping backwards compatibility....

enhancement
architecture
feature
docs

### v0.4 progress * PHP 7.4 as new minimum requirement

With the Autobahn test suites now running on different ports for client/server we could investigate running them concurrently in GitHub Actions. This would reduce the number of jobs in half...

help wanted

Update the code base with language return type declaration on all methods/functions against the [v0.4 branch](https://github.com/ratchetphp/RFC6455/tree/v0.4).

help wanted

Sourced from ratchetphp/ratchet#392

enhancement
help wanted

As per [ratchetphp/Ratchet#226](https://github.com/ratchetphp/Ratchet/issues/226#issuecomment-169783192)

enhancement

My config looks like this: ```typescript { default: "minio", disks: { minio: { driver: "s3", config: { key: "root", secret: "password", endpoint: "http://127.0.0.1:9000", bucket: "mybucket", region: "us-east-1", }, }, },...

Replace SocketClient with HttpClient. HttpClient needs to support 101 header first.

React
blocked