Josh Di Fabio

Results 15 issues of Josh Di Fabio

Enable clients to provide a `callable` to handle process output, similar to the optional `$callable` parameter allowed by `Symfony\Component\Process::run()`.

When PHP is compiled with the `--enable-sigchild` option, Symfony Process uses magic to get the exit code of the child process. Review that functionality and decide what if anything needs...

Symfony Process has an `enhanceWindowsCompatibility` option. Review whether this feature is needed in FutureProcess.

There are some inconsistencies in the API, e.g. ```php class LocalDate { public function getDayOfWeek(): DayOfWeek; public function getMonth(): int; } ``` I understand why we've got `getDay(): int` and...

Do we intend to use semantic versioning for these standards? I assume that we do and that the semver guarantees will apply to both the service provider interface (SPI) and...

I have [uploaded a gist](https://gist.github.com/joshdifabio/8d61ddba2539677680892232bbd49067) which shows a problem I've encountered recently when using promises and combinators: specifically, using a combinator function (particularly `first()`/`race()`/`any()`) will cause redundant resolver callbacks to...

If the tabs are scrollable and the initial selected tab is not visible (i.e. it is off to the right), it should be scrolled to automatically. At present, this is...

cla: yes