Tim MacDonald

Results 24 issues of Tim MacDonald

Document pattern based threshold support. https://github.com/laravel/pulse/pull/340

fixes #101 ## Problem Laravel Pennant implements a unique constraint that can cause race conditions: https://github.com/laravel/pennant/blob/83178d76f41d45276da9ce37cf7d76c9f5b28945/database/migrations/2022_11_01_000001_create_features_table.php#L23 The race condition can be illustrated with the following application setup: ```sh echo "Create...