Tony Messias

Results 33 comments of Tony Messias

Hey @roarkmccolgan 👋🏼 What do you see when you run `docker ps -a`? If you still have stopped containers, they should show up. If they don't, I'm afraid you will...

Closing this one. If you have any more hints, please let us know! Btw, even if the container is gone, the Docker Volume is persisted on your host machine, so...

Hey @lesaff 👋🏼 Can you tell me more about your setup? How did you install PHP? How did you install Takeout? When you this command `docker info`, does it work...

Hmm, that's probably the reason. If `docker info` doesn't run successfully (I see there's an error, so probably the exit code is an error), Takeout will not handle that correctly....

Closing this. Let me know if there's a `docker info` replacement for Colima. Right now, we're leaning on that command to return a non-zero exit code.

My current thinking is that Takeout is more about quickly spinning up global services, not runtimes. I'd personally reach for something like Laravel Sail, which ships with the an app...

I just tested using Laravel's [SerializableClosure](https://github.com/laravel/serializable-closure), but I don't think it's gonna work, unless we change the API. For this package to work, the API would have to be something...

Not sure I get your suggestion. 🤔 The issue is not about the broadcast methods themselves. The problem is only when we pass custom views with data since we need...

As part of the https://github.com/hotwired-laravel/turbo-laravel/pull/128 PR I removed the Livewire docs page. I'll re-add it once I review the integration (before tagging v2).