Alex Vanderbist

Results 36 comments of 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...