TM Lee
TM Lee
Correct me if i'm wrong https://github.com/karmi/tire-contrib/blob/master/lib/tire/queries/more_like_this.rb is doing http://www.elasticsearch.org/guide/reference/query-dsl/mlt-query/ It looks like http://www.elasticsearch.org/guide/reference/api/more-like-this/ uses a direct API call but underneath, it's calling the mlt-query. Wonder if there's any way we...
Co-founder at CoinGecko here, may i suggest considering our public and free API at https://www.coingecko.com/en/api We have helped to power many apps in the Ethereum ecosystem. It is quite easy...
Proposing this https://github.com/tmlee/s3_direct_upload/commit/ccbdb18e04ecfe606df12600d5c7f09eea30b2f0
Hi @Fuzion24 you may consider the public, free, open market data API from CoinGecko https://www.coingecko.com/en/api It should be straightforward to implement. And i am here to answer any questions too!
May i suggest considering the CoinGecko open public API https://www.coingecko.com/api ? APIs are quite easy to consume to get what you need, here is an example https://api.coingecko.com/api/v3/simple/price?ids=bitcoin,ethereum,ripple&vs_currencies=usd,eur,gbp Happy to answer...
> @tmlee This project still maintained? Yes i will update this gem soon to support newer version of Rails
Hi @drubio1989 many thanks. I have updated the master branch to pass the build. You are right and i have ended up removing rbx from travis. I've tried with different...
Hi @Zeeshan-Siddhu will you be able to share with me an example with the expected output? You want to calculate the time difference in a single timezone, UTC for instance....
@link60 Thanks for the contribution, looking at the issues i think we can include this. I've updated master to pass the CI build. Will you be able to rebase from...
@Giriraj24 I concur with trying out the suggestion from @Shwetakale To make things cleaner, suggest using https://rvm.io/ and install a clean new version of Ruby Then install the time_difference gem...