Piotr Szotkowski
Piotr Szotkowski
Oh, Reagan failing the build is the most fitting open source thing I saw this month! ([Fix](https://github.com/psyho/bogus/pull/73), sorry.) (Also, it’s a Russian proverb, not something that Reagan came up with.)
Here’s a minimal reproducing example that uses a public WSDL: ```ruby require 'savon' wsdl = 'https://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl' locals = { message: { listLatLon: '44.4437648,-121.1897322', product: 'time-series' }, } Savon.client(wsdl: wsdl).call(:ndf_dgen_lat_lon_list, locals)...
My debugging led me to [this commit](https://github.com/savonrb/wasabi/commit/6fc97c6048b28aa79d053dc7bf9b736513c42c11) in Wasabi, which added [these lines](https://github.com/savonrb/wasabi/blame/a62be315efae1334c7dd85dcf62b823850321b15/lib/wasabi/parser.rb#L285-L296) to `parser.rb` and changed the Wasabi’s format, hope that helps. 😅
I’ll do a thorough review of what’s needed once #161 gets (fixed and) merged.
The Polish version is already using _disability_ (_niepełnosprawność_) as well.
(Polish translation looks OK.)
:+1: for whitelisting `Rakefile` and `Gemfile` – the latter until everybody finally switches to `gems.rb` ;) – and I’m ok with using mimemagic as well (I’d prefer this over shelling...
Yes, they can’t change it in Bundler 1.x, but `gems.rb` will likely be Bundler 2.0’s default: https://github.com/bundler/bundler/issues/694
Oh yes please. :)