You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was having a problem (outlined at the bottom of https://github.com/BBC-News/wraith/pull/578#issuecomment-505261459) relating to an apparent race condition on my local machine. I attempted to use the newly documented settle configuration (which does fix my problem), however, that doesn't seem to actually be available in 4.2.3, the current version live at RubyGems.org at the time of writing: https://rubygems.org/gems/wraith
I didn't realize this until I compared the code line-by-line to determine that parameter was actually being used. Maybe we should either update the documentation or publish the latest changes so it's available via gem install 😁
I was having a problem (outlined at the bottom of https://github.com/BBC-News/wraith/pull/578#issuecomment-505261459) relating to an apparent race condition on my local machine. I attempted to use the newly documented
settleconfiguration (which does fix my problem), however, that doesn't seem to actually be available in4.2.3, the current version live at RubyGems.org at the time of writing: https://rubygems.org/gems/wraithI didn't realize this until I compared the code line-by-line to determine that parameter was actually being used. Maybe we should either update the documentation or publish the latest changes so it's available via
gem install😁