Patrick Gibson

Results 9 comments of Patrick Gibson

One could rely on tmux/screen in a remote session to provide a scrollback buffer.

+1 for arm64 Docker images. In the meantime, you can work around this by explicitly telling Docker what platform to use: ```sh docker run -it --rm --platform linux/amd64 stripe/stripe-cli status...

Retroactive worked for me on my M1 Mac mini running Monterey 12.1. Aperture seems to load fine now. ![image](https://user-images.githubusercontent.com/13967/152444083-bc3a0a84-51b7-49a0-bd2a-b2b7c8eaff69.png)

In my real project, I monkey-patched `Jets::Router::Finder#reset_routes!` to not do anything, and then I manually copied the `email.html.erb` view into my app as `app/views/jets/mailers`. I'm at least able to see...

(Updated the same project to show the effect of this.)

@bolstycjw Thank you for this tip!

> +1 > > Solution that worked for me: - Remove/Comment lambda layer refs in function declaration - Deploy - Add/Uncomment lambda layer refs in function declaration Thank you – ...

+1 literally experiencing the exact same thing