Alex Vanderbist
Alex Vanderbist
This is definitely possible. Have a look at https://docs.beyondco.de/laravel-websockets/1.0/basic-usage/pusher.html#usage-with-laravel-echo and the Laravel docs on Laravel Echo. Good luck!
I got past this by setting `kube-state-metrics.collectors.mutatingwebhookconfigurations` to `false` in my kube-prometheurs helm chart values. It corresponds to this configuration value in kube-state-metrics: https://github.com/kubernetes/kube-state-metrics/blob/master/charts/kube-state-metrics/values.yaml#L140 On a side note: you might...
Hi, I'll be closing this issue due to inactivity. If you or anyone else are still experiencing this problem, feel free to open a new issue and we'll happily look...
Changes look good on Livewire 3 but break compatibility with Livewire 2. Tested using the https://github.com/spatie/ignition-test repo on the `/livewire` route:
Hi @liamkeily, thanks for reporting this! At first glance it seems like the CSP package is a bit too eager adding CSP headers to Ignition responses... I'm gonna leave this...
It's because this package's `setTrustedProxyCloudflare` method will set the `$alwaysTrustProxies` static array on the parent `TrustProxies` middleware. This static array always gets priority over the `$proxies` set: https://github.com/laravel/framework/blob/12.x/src/Illuminate/Http/Middleware/TrustProxies.php#L165-L168 The easiest...
Nice! Let's merge this in when we're ready to tag a new major 👍
Awesome, thanks @Nielsvanpach!
Hi @edstevo, thanks for your work on this PR! Could you please make sure the tests in the GitHub actions for this PR are all passing? Additionally, could you please...