Owen Voke

Results 192 comments of Owen Voke

@phpmac, it's a separate plugin (not part of core). https://pestphp.com/docs/plugins#watch For reference, it depends on `fswatch`

@dimitriadamou, you should be able to use any additional flags such as `--filter` when using the Watch plugin as far as I know.

I'm unable to replicate this on macOS 15.3.2 with PHP 8.3 or PHP 8.4 🤔 Unfortunately, I don't have any ideas on why this would be happening.

Can you re-push the branch to re-run the CI? If not, I'll re-run it tomorrow morning.

I'd assume that this is probably because the line can't be removed from `stderr` (which is what the underlying macro does). https://github.com/nunomaduro/laravel-console-task/blob/master/src/LaravelConsoleTaskServiceProvider.php#L60 Not really sure if there's anything that can...

The package that [this is used in is open source](https://github.com/worksome/graphql-helpers/blob/main/src/Definition/PhpEnumType.php#L38), but the enums are used within closed source code. Basically, this class handles conversion of native enums to GraphQL enums.

I will update and test it out on Monday. Thank you!

@jawira, this works perfectly for our scenarios. Thank you so much! 🙌🏻 Happy to close this ticket.

Thank you, @JackWH! Appreciate this. I'll fix the Pint changes separately, and then release.

I've tried replicating this using your replication example, and was unable to on my macOS, Windows, or Ubuntu environments. But I think as this is a Paratest issue, not a...