David Stosik

Results 66 comments of David Stosik
trafficstars

@matthewd Thank you for the review! I checked `IO.pipe`, and indeed, it also has a buffer size limit, although way bigger than `PTY`: it's 64kB, which feels a lot more...

I just found this 8-year-old issue: [Issue: Trusted strings, shell escaping and backwards compatibility](https://github.com/capistrano/sshkit/issues/333). Unfortunately it seems to have rapidly lost any traction...

@MiroslavCsonka It's good to know that I'm not alone! Feel free to give a try to my fork by changing your Gemfile: ```rb gem "kamal", ">= 2.1.0", require: false, github:...

Will do! 👍🏻 Update: done! https://github.com/basecamp/kamal/pull/1066

@MiroslavCsonka Thanks for the report. Have you tried updating with `bundle update kamal`? I added more changes to my branch, so maybe I fixed that problem. If not, can you...