Results 49 issues of ojab

I'm trying to get list of Cisco's E1 interfaces, it's formatted as .1.3.6.1.4.1.9.10.19.1.1.9.1.3.slot.port, so 4-port card in slot 6 looks like: > $ snmpwalk -c Asoramog -v2c 10.32.3.40 .1.3.6.1.4.1.9.10.19.1.1.9.1.3 >...

bug

### Subject of the issue This https://github.com/drapergem/draper/blob/master/lib/draper/helper_proxy.rb ```ruby require "bundler/inline" gemfile(true) do source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } gem "rspec", github: "rspec/rspec" gem "rspec-core", github: "rspec/rspec-core" gem "rspec-expectations", github:...

Quick & dirty test, `echo` & `fs us` should be removed, `join_by` and alike used, `dd` size & `cat` count tweaked before merge and I don't even know if it...

More or less 1. Fixup RSpec and add it to CI 2. Test all supported ruby versions See commit messages for the details. No idea why ` Facebook GitHub Tools...

CLA Signed

After update to 6.14-rc I started to get something like ``` [ 1795.705159] BUG: kernel NULL pointer dereference, address: 0000000000000008 [ 1795.705165] #PF: supervisor read access in kernel mode [...

Given `.rubocop.yml` ```yaml require: - rubocop-rails AllCops: NewCops: enable Rails: Exclude: - ./lib/1.rb ``` and `./lib/1.rb` ```ruby # frozen_string_literal: true puts 123 exit 1 ``` -------- ## Expected behavior No...

See commit messages, should be pretty clear. Was prompted to do it due to https://github.com/ruby/json/issues/697 (see https://github.com/danger/danger/pull/1505/commits/351311c78a008e78f02aa3047e8eb7f04ce248d9 for details), found some other issues after enforcing ASCII locale in specs and...

### Description AFAIU it's impossible to check if plugin is installed/subcommand is available (`docker compose`, for example), because ``` $ docker asdasd --version Docker version 20.10.20, build 9fdeb9c ``` Without...

kind/enhancement
status/0-triage
area/ux