Adam Kittelson

Results 9 issues of Adam Kittelson

I have a `has_many, through:` association called `:items_for_sale` in my application. When I try to update an item I get an error which I've tracked down to these lines in...

bug

It looks like hackney is just splitting on `@` and winds up trying to treat part of the credentials as the port when a url containing `@` in the credentials...

For example in this stack entry: ``` W3siQmFzZUlkIjozNTQyLCJTdGFjayI6W3siSXRlbTEiOiJVSSBNb3VzZW92ZXIiLCJJdGVtMiI6NzM4Mn0seyJJdGVtMSI6IlRhcmdldCBvZiBUYXJnZXQiLCJJdGVtMiI6NzM4Mn0seyJJdGVtMSI6IlNlbGYiLCJJdGVtMiI6MzU0Mn1dLCJNb2RpZmllciI6MCwiSm9iIjoiMTkifV0= ``` > Base Action -> Sheltron > UI Mouseover -> Intevention > Target of Target -> Intervention > Self -> Sheltron I...

Hi, thanks for creating an Elixir library for your API! I noticed that when I make changes to my base_url in my application config: `config :dnsimple, base_url: "https://api.dnsimple.com"` (e.g. to...

enhancement

To avoid having the subsequent push to the remote rejected.

currently lands in production which apparently different than the old behavior

e.g. ``` --- major: 0 minor: 0 patch: 1 pre: ```

Hey Ben, a while back (6 months at least). I mentioned in irc a weird thing that happened on one of our QA servers. We use instance metadata for credentials...

eprof is part of the `:tools` application and needs to be included in the applications (or extra_applications?) list in mix.exs in order for distillery to include it in the release...