Wess Cope

Results 6 comments of Wess Cope

Could you not just use the default animation options or count with `Float.infinity`?

On a Mac here running Elixir version 1.4.2, I uninstalled everything Elixir, and reinstalled Elixir, then this, then linter (not sure if order matters) and it's working for me now

here's all the codes: API Router: ``` defmodule Api do require Logger use Responses use Plug.Router plug(Plug.Logger) plug( Plug.Static, at: "/public", from: "public" ) plug(:match) plug(:dispatch) forward("/v1", to: V1) get...

👍 Stripe, for instance, sends back currency codes as strings, like "gdp" so this would be huge.

PR: https://github.com/appwrite/console/pull/696