Dimitri Arrigoni

Results 5 issues of Dimitri Arrigoni

https://github.com/matejlatin/Gutenberg/blob/25ba8707890867a8a3c3f15cc494e3a6b02eac28/src/style/helpers/_grid.scss#L59

``rsync`` can not install without an ``apk update`` or ``apk`` SHOULD use ``--no-cache``. I propose the following changes: ```ruby module VagrantPlugins module GuestAlpine module Cap class RSync def self.rsync_installed(machine) machine.communicate.test('which...

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

# Description Add shell comments support in ``.yardopts`` file. For example you can write a ``.yardopts`` like this : ```sh # vim: ft=sh lib/**/*.rb \ --no-progress \ --markup-provider 'redcarpet' \...