Rafael Scheffer

Results 4 issues of Rafael Scheffer

Hi, running the code below returns 16.5% as the Anchor APY, while the official website states 17.97%. Which one is correct? https://app.anchorprotocol.com/earn **Code:** ```js import { AnchorEarn, NETWORKS, CHAINS, DENOMS,...

#### Steps to reproduce 1. Add `google_api_play_integrity` to your list of dependencies in `mix.exs` as described in [https://github.com/googleapis/elixir-google-api/tree/main/clients/play_integrity](https://github.com/googleapis/elixir-google-api/tree/main/clients/play_integrity) ```elixir def deps do [{:google_api_play_integrity, "~> 0.6"}] end ``` 2. Run `mix...

type: bug
priority: p2

Currently only the major version is returned for iOS clients, i.e. for `OS 5.1.2` only `iOS 5` is returned. With this PR the minor and patch versions are also returned,...

### Problem When `check_rate` is called for the first time, it's expected that `ms_to_next_bucket` would be qual to `scale_ms`, but that's not the case at the moment due to: 1....