Arvid Kahl

Results 7 comments of Arvid Kahl

Even with those changes, if the primary key is defined like `{:id, Ecto.UUID, autogenerate: true}`, those function headers won't match. Why not use a wildcard catch-all after the `:integer` function...

I have had this happen twice in production as well, both on the Stripe.Subscriptions.create method - with dire consequences, since the charge actually happened, but my logic to upgrade the...

It was a `HTTPoison` Timeout, ``` 14:58:06.815 [error] #PID running ModuleName.Endpoint terminated Server: app.REDACTED.com:80 (http) Request: POST /api/REDACTED/subscribe ** (exit) an exception was raised: ** (MatchError) no match of right...

I am running it on a container-as-a-service platform called Sloppy.io, where the containers are behind haproxy reverse proxies with a global 15sec hard connection timeout.

To be honest, I sometimes think it IS the stripe API, or at least parts of it. I have no means to trace the timeout or its origins, so all...

If a function like `get_type` could somehow yield which device was recognized (instead of just the type), that would be splendid - even it it was just the part of...

Same here, it looks like Bitcoin isn't showing up. It appears that in the list first fetched from `https://api.coinbase.com/v2/accounts`, only a paginated amount of coins is initially shown. No second...