Beat
Beat
The Decoder should allow to decode cells further into other types than strings. The exact mechanism still needs to be selected.
Currently, the cutoff for getting performance gains is at about 20 microseconds (see https://github.com/beatrichartz/parallel_stream/issues/1) - although that's quite good, there are possibly ways to further lower the overhead by doing...
What are the plans for supporting version 3 of the Pact spec? There are some features of V3 that would be handy to be able to use on iOS.
In long winded statements like: ``` rspec it { is_expected.to callback(:foo).after(:update).if(:something_is_true) ``` it would be helpful to have indications in the failure message which assertion of the three chained assertions...
Currently the rates are lazily fetched - this means that one request to `Exchange` to during the update time period per will be unnecessarily slow. The new rates should be...
Currently, ECB is using the File cache option - the directory should be configurable though to avoid a hidden, bloated folder.
The Malagasy ariary and Mauritanian ouguiya operate on 1/5 definitions for minor currencies, so they should round only to steps of 0.2 - maybe best looked at after #10 is...
Core extensions should be opt-in via refinements.
There have been multiple requests for this, and Exchange should support it in order to be flexible enough. The challenge would be to come up with an elegant way to...
API and Caching solutions should be separated out into Gems, and using them should follow a Strategy pattern.