Ben

Results 8 comments of Ben

Could be something to do with https://github.com/drehimself/laravel-ecommerce-example/blob/983ed292933fab690c9448f5e66fb0aaa37c93c8/resources/views/checkout.blade.php#L136-L152 Maybe try wrapping `checkout-table-row` in: ```blade.php @if($item->model) ... @endif ``` If this fixes your problem there's likely still an underlying issue such as...

Is this something you've implemented yourself recently? You could try running `composer dumpautoload`?

1 year old this issue. They grow so fast. If I get a moment I’ll try put in a pull request.

Dw! The world will end soon, we can mark this issue as “low priority”

Just use custom commands in the config? ```yaml customCommands: containers: - name: bash attach: true command: 'docker exec -it {{ .Container.ID }} bash' serviceNames: [] ``` https://github.com/blwsh/lazydocker/blob/df6c8c196e218bdff48e72824dfd0da43335f05d/docs/Config.md#L118-L129 A popup seems...

Might be a useful config option but for your use case of stopping and starting (assuming immediate restart) just use the restart shortcut (r) which does not prompt you when...

Hitting restart on a stopped container will start the container.