Sven Riedel
Sven Riedel
If an error was encountered, Curl::Multi.download does an ``` ensure # ... raise errors unless errors.empty? end ``` However errors is an array and ruby cannot raise an array of...
It seems that it re-uses the urls from the restart of the list: ``` 2.2.3 :001 > require 'curb' => true 2.2.3 :002 > results = [] => [] 2.2.3...
Using capistrano 3.8.2 on MRI ruby 2.4.1 (also happened with 2.3.4 and 2.2.6). Whenever an error happens during deployment, four backtraces are shown: - backtrace of the original error -...
#### What is the current behavior? Currently, padrino-helpers depends on i18n ~>0.6, >= 0.6.7. We're encountering more and more gems that depend on activesupport 5.x, which in turn depends on...
#### Do you want to request a *feature* or report a *bug*? A Bug. #### What is the current behavior? If you have mongoid models residing in a directory other...
It would be nice to be able to grab the logs from named pipes created with mkfifo. Currently attempting to do this results in the error "Illegal seek". The use...
The ouath2 gem uses faraday, which in turn offers the user of net-http-persistent. Faraday only transforms a timeout error to Faraday exceptions; all other Net::HTTP::Persistent::Error instances will remain as such...
The documentation for the arguments of `Redis#xclaim` is confusing and hard to comprehend, and the purpose of the arguments isn't really described. Cross-referencing with https://redis.io/commands/xclaim#command-options makes the purpose of the...
A surprising amount of gems include their test suites in the gem distribution (out of 185 gems in my current gem set, 78 include a first-level 'spec' or 'test' directory....
Memoizes the expensive module lookup of RDoc::Mixin#module. Note: It may be that a memoization of the result is not feasable due to changes in the loaded datastructures between calls, which...