Skye Shaw

Results 91 issues of Skye Shaw

Earlier versions of HTTP did the conversion this but this is no longer the case. Also removed the warning from the README since the code has not been updated since...

Hi @alovak, can you do this? I do not have permission. Thanks.

http://www.padrinorb.com/blog/upgrading-padrino-from-0-11-x-to-0-12-0-guide results in a 404; it existed [on the old site](http://web.archive.org/web/20150626104003/http://www.padrinorb.com/blog/upgrading-padrino-from-0-11-x-to-0-12-0-guide)

Hi, fun program, thanks! Just a suggestion to check for Bash 4.3 on startup: ```bash [ ${BASH_VERSINFO[0]} -lt 4 -o ${BASH_VERSINFO[0]} -eq 4 -a ${BASH_VERSINFO[1]} -lt 3 ] && echo...

When using multiple paths, the latter paths' verb(s) will overwrite previously loaded fixtures with the same verb(s). You should [merge fixture paths into the verb's value](https://github.com/travishaynes/shopify-mock/blob/httpmock/lib/shopify-mock/fixtures.rb#L82).

Org table: ``` | A | B | | | | |---+---| | 1 | 2 | | 3 | 4 | ``` Exported as: ``` | A | B...

# Description Invalid `--timings-type` option was passed to `circleci tests run`. This resulted in the timings not being found. An invalid argument should result in a non-zero exit code, not...

Using v2.6.5. There's a `ChargeBee::Error` class but [this code](https://github.com/chargebee/chargebee-ruby/blob/32bcf6a8d8070e0012a97b0457c0a89d5d27680c/lib/chargebee/rest.rb#L47) does not handle all exceptions so `RestClient::BadRequest` squeaks through. The exception is not documented (as most Ruby libs and their exceptions...

### Expected behavior API request method calls do not modify the caller's references. ### Actual behavior `Bigcommerce::Request#raw_request` calls `params.delete(:connection)` removing `:connection` from caller ### Steps to reproduce behavior ```rb options...