Luca Becchetti
Luca Becchetti
I, is there a way to dispatch a job to combine all chuncks asynchronously?
Point toString return lng lat, I think the correct order is lat, lng Wrong: `public function __toString() { return $this->getLng().' '.$this->getLat(); }` Correct: `public function __toString() { return $this->getLat().' '.$this->getLng();...
using vue3 i obtain: [Vue warn]: Component is missing template or render function. any help?
how can i set current tab index?
It seems that queue export does not log nova actions events!
Is it possibile to use custom blade view?
i tried this: but it doesen't work!
Hi guys, nice work, did you plan to implement trust and untrust device?
How can I End meeting programmatically ?