Philipp Defner

Results 85 comments of Philipp Defner

Unfortunately I'll not be able to help you, but if you find an issue and have details on how to fix it I'm gladly accepting contributions.

Just to add some additional data point: The upcoming iPhone 16 is supposed to shoot JPEG XL which resulted in some activity on the Chromium ticket, it seems possible that...

Hey, I'm not sure it's a good idea to kill the service if one database can't connect. That way your metrics would drop out for all databases just because one...

Thanks for describing your use case @alsin, I understand your reasoning! In this case I still think it's not a good fit to merge as for your use case it...

I think that would make more sense. The code would also need to be formatted a bit, I think there's a `gofmt` missing as there's a lot of new lines...

Great to see this, any idea what would be needed to get this merged?

Do you want to give it a shot and submit a PR?

Hey, sorry about that! I added the `dokku report` output now, but I'm unsure which command I should run to get the tracing information as I just push and then...

I ran `dokku ps:rebuild notmyhostna.me` after enabling tracing, let me know if that gives you all the info you need. [dokku-rebuild-trace.txt.zip](https://github.com/user-attachments/files/16196163/dokku-rebuild-trace.txt.zip)

I ran this command to get all the containers and the image they are running: ``` docker container inspect $(docker container ls -aq) --format "Image: {{.Image}} Container: {{.Id}}" ``` It...