Nathan Scott
Nathan Scott
It would be particularly nice to able to preview PDFs.
I recently stumbled over this same issue with Ruby 3.2.0 on Ubuntu 22.04 (jammy) in a docker container. Very similar fix to what @svoop mentioned, just obviously slightly changed for...
@postmodern I think I disagree with @svoop here, as long as `--feature jemalloc` is well documented in the README (or where ever you want to put documentation). I don't like...
I'm also scratching my head even more since all of the Ruby patches and comments seem to indicate this should be fixed in 3.1+.. like I mentioned above, I'm not...
@dsouzajude as you noted, the `ecs exec` command uses the SSM agent. I hit this bug multiple times a week - probably half my containers have this issue. I do...
This has gotten significantly worse for me in the past few weeks. Not sure what changed, but feels like a regression.
This frustrated me so much, and happened so often, that I wrote a script to fallback to `ssm start-session` which works every single time. I prefix my resources with the...
I haven't tried, but it's not something in the API either. It's the service on the container crashing. In my container start script I have a `fix_ssm` function. For a...