subprocess
subprocess copied to clipboard
A port of Python's subprocess module to Ruby
Hello, I've been conducting load tests on my code on AWS EC2 instance. This piece of code is run on multiple threads. (it executes a ruby script written by me):...
Hello, So I've written a slight "wrapper" for the `Subprocess` module that we use internally, and I'm filing this ticket both to get the code out there (if it could...
https://github.com/stripe/subprocess/blob/b914fb4748ec7fbcc7433cfe92a89e8ba20ce0c1/lib/subprocess.rb#L149 ```ruby @command, @status = Shellwords.join(cmd), status ``` https://ruby-doc.org/stdlib-2.5.0/libdoc/shellwords/rdoc/Shellwords.html#method-c-shelljoin
Latest version in rubygems is 1.3.2 but several important bugfixes were done since that release. In particular, I'm suffering from missing stdout content fixed by https://github.com/stripe/subprocess/commit/28e0c7f1717a195bed27c91a2564f172883310b3. Running version 1.5.2 from...
Hi there, I read the documentation and the tests and I cannot find any info or examples how to read from stdout in realtime? - could you please add an...
Thanks for a great library! 🏅 The Python library high-level API has been modified somewhat. It's now generally invoked with `run` and an instance of `CompletedProcess` is returned. On this...
Following the guidance from [the build failure](https://github.com/stripe/subprocess/actions/runs/12847240413/job/35823320066): ``` Error: Error: CRuby < 2.6 does not support macos-arm64. Either use a newer Ruby version or use a macOS image running on...
The links in the readme all give a 404 error: http://rubydoc.info/github/stripe/subprocess/Subprocess I believe the capital S is causing the issue, but all I can see here is the readme: https://rubydoc.info/github/stripe/subprocess