Martin Rauscher

Results 62 comments of Martin Rauscher

Right @pdcastro those container related features would still need to be supported. I think the main advantage would be that users could use all tools that work on top of...

@pdcastro do you think it's sufficient to just restart the complete livepush session when we detect a change to the compose file? Or is there something we could do better...

haha, no no, definitely not literally doing that 😂

Still broken @hidetatz ```bash # go install github.com/hidetatz/kubecolor/cmd/[email protected] go install: github.com/hidetatz/kubecolor/cmd/[email protected]: github.com/hidetatz/[email protected]: parsing go.mod: module declares its path as: github.com/dty1er/kubecolor but was required as: github.com/hidetatz/kubecolor # go version go version...

Yes, this is not really helpful: ``` [{"code":7003,"message":"Could not route to /zones/undefined/workers/settings, perhaps your object identifier is invalid?"},{"code":7000,"message":"No route for that URI"}] ```

Oh yes, this is driving me nuts @mathieudutour

@rschroll if someone wanted to tackle this, did you have thoughts on how to implement this?

One thing to add: We checked the mounted `/var/logs` and the files with the missing logs _are_ there, it seems like the event about the new files doesn't get triggered....

Is there a reason, why there is no "simple" before select hook? we wanted to use this to trace execution times...