Aaron Seigo
Aaron Seigo
Add a note about placing PlugHeartbeat in endpoint.ex if using it with Phoenix. Came up on the [Elixir Forum](https://elixirforum.com/t/how-do-you-use-plugheartbeat/38281/6) and thought I would propose a note to the docs
Would it make sense to allow gateways to return what features they support? e.g. a simple map like: %{ methods_accepted: [:mastercard, :visa, :ec, :maestro ], currencies: :all, regions: :global, subscriptions:...
Major gateway portals include support for subscriptions, see: https://developer.paypal.com/docs/classic/use-cases/uc_subscriptions-subscription-payments/ https://stripe.com/docs/subscriptions/quickstart Some significant questions for subscription support: * how to handle the async notifications (e.g. success/failure of payment); as these are...
When compiling on CentOS 7 the follow error occurs: ``` src/ex_ncurses.c: In function ‘ex_invoke’: src/ex_ncurses.c:715:5: error: ‘for’ loop initial declarations are only allowed in C99 mode for (size_t i =...
Looking at usage of get_env in stripity_stripe (branch 2.0), there are these uses: lib/stripe/connect/oauth.ex: Application.get_env(:stripity_stripe, :connect_client_id) lib/stripe/connect/oauth.ex: Application.get_env(:stripity_stripe, :api_key) lib/stripe.ex: Application.get_env(:stripity_stripe, :pool_options) lib/stripe.ex: Application.get_env(:stripity_stripe, :api_base_url) lib/stripe.ex: Application.get_env(:stripity_stripe, :api_upload_url) lib/stripe.ex: case...
The last release on hex.pm is from May 31, 2019. There have been a few commits since then, and there are also a couple of PRs pending. Is there anything...
This deduplicates the timestamp formatting function between the migration generator and MySQL install mix tasks.
### Environment * Elixir & Erlang versions: Elixir 1.11.2 on Erlang/OTP 23 [erts-11.1.5] * ExAws 2.1.6 * hackney 1.17.0 ### Current behavior I noticed this when running the `ex_aws_s3` test...
The README.md contains this: "### C Receiver / erlang-czmq Sender This test measures the throughput of using an `erlang-czmq` sender with a C receiver. Start the receiver as with the...