Benedikt Franke

Results 377 comments of Benedikt Franke

@BenSampo I would appreciate a review - or a simple thumbs up to let me know I can go ahead with this change 😄

It is unclear to me what you are asking. Please elaborate - provide a problem statement and describe possible solutions.

I stand by https://github.com/BenSampo/laravel-enum/issues/244#issuecomment-1036307370 > I think we should remove the implementation of `Arrayable` completely instead.

@fritz-gerneth I would like to try your solution. It appears you changed the package name in your fork, but it is not available from packagist. How can I install it?...

Thank you @fritz-gerneth, installing with `composer require --dev funct-gmbh/php-watcher` worked. Restarting now works, but it appears a bit imperfect - there is a message telling me the app crashed when...

The process exits with code `137` after terminating it with `kill -INT`. The output of the updated version confirms that: ``` [PHP-Watcher] app crashed (137) - waiting for file changes...

It appears that Octane generally does not fail gracefully on `SIGTERM`, see https://github.com/laravel/octane/issues/469

Really cool, i will take a look once you have it and happily test it!

Thank you for taking the time to work on this. Your solution does work, and it offers a lot of flexiblity. However, i think authentication via JWT or similar mechanisms...

A single command to reproduce the same error is: ```sh docker run --pull=always kamilkisiela/graphql-inspector:latest graphql-inspector ``` I already described this problem in https://github.com/kamilkisiela/graphql-inspector/pull/2035. The changes from there were merged in...