Sebastian Schöps

Results 6 comments of Sebastian Schöps

Are you sure this works? For `@this` to work you must be in the component's context, which is not the case if you add the script to your `layouts.blade.php` e.g.

@asantibanez Liking the package, but it's the same for me...

As a workaround I have done the following: - remove `` - copy content from the removed component (`asantibanez/laravel-blade-sortable/resources/views/components/scripts.blade.php`) into my Livewire component Change: ``` this.wireComponent.call( this.wireOnSortOrderChange, this.sortOrder, previousSortOrder, this.name,...

Our DiscordJS bot running on the same server did not show any issue like this. It seems like this has to do with how this framework does the streaming. Is...

We are running on Ubuntu 22.04. We have now switched to calling DiscordJS to play the audio which works fine.

@PH7-Jack May you please explain your last post a little bit more in detail? I don't get it to work. Thanks!