Michael Nikitochkin
Michael Nikitochkin
There is no usage of omnibus/shards-darwin-* in the project. Remove the related record from the `.gitignore`.
Sample code: ``` capabilities = Selenium::Firefox::Capabilities.new capabilities.firefox_options.args = [ "--headless" ] capabilities.firefox_options.binary = "/Applications/Firefox\ Developer\ Edition.app/Contents/MacOS/firefox" driver.create_session(capabilities) ``` References: https://developer.mozilla.org/en-US/docs/Web/WebDriver/Capabilities/firefoxOptions
I found [Rails/PluckId](https://github.com/rubocop/rubocop-rails/blob/ada5c2885436467d3a163424d7b8f6e740fe9479/lib/rubocop/cop/rails/pluck_id.rb) could not recognise the cases when `pluck` is used for Enumerable. https://apidock.com/rails/Enumerable/pluck Example of the code: ```ruby [{ id: "David" }, { id: "Rafael" }, { id:...
nginx opentracing dropped support modules built against Opentracing v1.5, the prefix `-ot16-` dropped. Solves #275 cc: @shellshock1953 @dgoffredo @cgilmour
Added ability to customise the file formats that supported by Shields.io.
Updated the nginx README file to replace references from MysqlContainer to NginxContainer.
The retry would help to avoid some temporal networking issues and mark the probe success if there is success last probe. Also I found Kubernetes plugin has also http probe...
## Description 'Containerfile' [1] is a supported alternative name for container build definitions. It is recognized by Docker and other container tools, and can help clarify intent in multi-container repositories...
TODO: Features: - [x] https://github.com/taylorfinnell/awscr-s3/issues/138 - [x] https://github.com/taylorfinnell/awscr-s3/pull/156 Removed: - [x] https://github.com/taylorfinnell/awscr-s3/pull/144 Chore: - [x] https://github.com/taylorfinnell/awscr-s3/pull/147 - [x] https://github.com/taylorfinnell/awscr-s3/pull/145