Janssen
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...
+1
> 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`...