Marcel Kempf
Marcel Kempf
Hello, we're using PHP DI with `enableCompilation` in one of our projects for a month now. Everything was fine so far, but today we got the following error: ``` Uncaught...
Signed-off-by: Marcel Kempf | Q | A |-------------- | ------ | Documentation | no | Bugfix | no | BC Break | no | New Feature | yes | RFC...
fixes issue #70
Inspired by [Guzzle middlewares](https://docs.guzzlephp.org/en/stable/handlers-and-middleware.html#middleware) I added a middleware system to the Browser component. I took the already existing \React\Http\Io\MiddlewareRunner as an example for this. Example usage: ``` class MyCustomMiddleware implements...
Hi, with PHP8.1 the iterator methods of ObjectIterator must be covariant with the PHP core interfaces. I didn't know if theres a specific return type for `::current`, so I went...
When you start to drag-to-close the drawer down and change direction to up you can detach it from the bottom of the screen. Is there any use-case where this is...