Oliver

Results 6 issues of Oliver

I was getting an "Invalid argument @ io_fread" error, similar to that described in https://github.com/CocoaPods/CocoaPods/issues/8786. I created a monkeypatch that made it work for my project: https://gist.github.com/fluffyx/18f9b0464176014f4d69cfb3ef8941ea There might be...

This snippet shows how .pop doesn't persist changes to disk. You can replace line 3 with `.push`, `.shift`, `.unshift`, or `db['test']

Cannot .find('ema') indicator. Other indicators work fine. TechnicalAnalysis::Ema works too. ``` irb(main):029:0> TechnicalAnalysis::Indicator.find('ema') => nil ```

The beginning of the results seem to look the same, but the endings can be wildly different. This is pretty odd, and it makes the data worthless. What's going on...

I'm now getting this error when trying to rate any object of a specific class. No code changes occurred; seems something is messed up in the database. Is there a...

answered
bug

plausible_number? returns true for these, but they are invalid: +1 (?11) ???-???? +1 (???) ?11-???? +1 (???) 1??-???? +1 (???) 0??-???? Same for this set of 555 numbers. Every one...