Adriano Mitre
Adriano Mitre
This pull request makes sure all recommended Elixir and Erlang/OTP combinations are run on CI. Quoting José Valim: > I would still advise folks to go with: > * For...
### Steps to reproduce ``` $ rails new demo $ cd demo $ rails g model Person $ rake db:migrate $ rails c > Person.reorder(:id).last # SELECT "people".* FROM "people"...
This pull request migrate the CI from Travis CI to GitHub Actions, as requested by José Valim in [this comment](https://github.com/elixir-plug/plug/pull/957#issuecomment-647738665). In addition, it makes sure all recommended Elixir and Erlang/OTP...
```ruby (main)> require 'poke-api' => true (main)> lat = -23.59260639636282 => -23.59260639636282 (main)> lng = -46.680191904206524 => -46.680191904206524 (main)> Poke::API::Helpers.get_cells(lat, lng) => [ [ 0] 10722603741376151552, [ 1] 10722603743523635200, [...
Hi. I have just added an 'if' to skip FPCodes with null "inter-onset-interval" data (i.e., dt0=dt1=0). In addition to waste DB space and processing, these empty FPCodes can also slighly...
In section 2 of the paper [ECHOPRINT - AN OPEN MUSIC IDENTIFICATION SERVICE](https://www.ee.columbia.edu/~dpwe/pubs/EllisWP11-echoprint.pdf), it is stated that the "the overall hash rate is approximately 8 (bands) × 1 (onset per...
**Describe the bug** **To Reproduce** `[env]` in `.mise.toml` "over-evaluated" times leading to ever increasing, incorrect results. Given `~/.mise.toml`: ``` [env] LD_LIBRARY_PATH = "{{ get_env(name='LD_LIBRARY_PATH', default='') }}:{{ env.BREW }}/lib" ```` ```...