Eric Schultz

Results 152 comments of Eric Schultz

Seriously, where is the original dtb sources? I'm not even sure it's legal for you to distribute them without the source.

I'm happy to write this if @davidkalosi would accept this. I'm going to need this for my project and it's the only real thing keeping me from using this package.

Just as an FYI for anyone who has seen this bug, I've discovered that if you put the render inside an `act`, the warnings will go away. So you can...

First off, thanks for this work! Second, when you do decide on a license could you put this under MIT or another license compatible with the AGPL? I want to...

I believe Microsoft.CCI allows you to look at the physical references in the Assembly. (I don't remember if that's functionality was added or they're just using it from .NET offhand).

It's from the spec code: https://github.com/RubyMoney/money-rails/blob/71b4d8fca9d1a3a9dd23caf63d1c83871801b898/spec/dummy/app/models/product.rb#L24-L33

I have a possible fix actually but I'm not sure the behavior is totally correct. The following values for `price_in_a_range` pass: ```ruby Product.create(price_in_a_range:{amount: 4, currency: 'usd'}) Product.create(price_in_a_range:{cents: 4}) Product.create(price_in_a_range:{}) #...

@machty I just submitted the PR with my change: https://github.com/RubyMoney/money-rails/pull/649.