Janssen

Results 5 comments of Janssen

In case it's useful to others--- I've hit this same problem when mixing the (EventMachine-based) websocket-rack gem with a Padrino application in development mode. It works fine in production. It's...

> Not requiring the secrets allows someone to run kamal app exec without having access to the secrets manager set up. Not _requiring_ secrets is certainly beneficial, that's how I...

I'm getting an `EXC_BAD_ACCESS` error when I call `screenshot`, on the following line. MacOS 15.0.1. ``` let image: id = msg_send![ns_image, CGImageForProposedRect:nil context:nil hints:nil]; ``` This is crashing on `A::invoke`...

I've hit this several times too. Surprising that this happens given the assertion of `registry.password`'s `presence` [here](https://github.com/basecamp/kamal/blob/9cf8da64c402897701a54ddd44375df166ab5233/lib/kamal/configuration/validator/registry.rb#L10).