bilogic
bilogic
Opening again since I saw the enhancement tag
@wag110894 Your examples only show how a component can be hidden, not disabled.
@katrinrodkina thanks it is quite rigid in setting up, but does work. Offhand, I think it can support any use cases.
What is the cause of this actually?
Rustdesk can punch through double NAT, but after a 30 seconds, it get cut off.. any idea why? It would be good if it can maintain the connection, it is...
This is likely an issue with Safari and PWA standards. My android 11 app and home screen shows the same icon as per favicon in Chrome browser. Is there anyway...
I agree!! Actually, make it more generic: currently I'm writing `{{-- @include("Livewire.Example") --}}` and it jumps to my component code. It would be great if we can have something non-blade...
https://open-vsx.org/extension/foxundermoon/shell-format Yea, can help? Thanks!
I was able to get a jwt-token, but based on this https://api-docs.koel.dev/#play-a-song, https://example.com/api/10/play?jwt-token=... responded with `The route api/10/play could not be found.` How is the API supposed to play a...
@phanan Thanks, I located ``` curl -X POST "https://example.com/api/interaction/play" \ -H "Content-Type: application/json" \ -H "Authorization: Bearer ..." \ -d '{"song":"uuid......"}' ``` But running it from a separate CLI had...