Ben A. Morgan

Results 24 issues of Ben A. Morgan

Hey @smoku, Are you able to release a 0.1.1 for the fixes that were made and to ensure this guy aligns with Elixir 1.4?

Hey there, I'm currently using ExMachina and trying to integrate it into my project. I was hoping it would clean up a number of changesets that I'm creating throughout the...

Adds the ability to filter which countries Carmen imports. **Checklist:** - [x] I have followed [Pull Request guidelines](https://github.com/solidusio/solidus/blob/master/CONTRIBUTING.md#pull-request-guidelines) - [x] I have added a detailed description into each commit message...

type:enhancement
changelog:solidus_core

So I was looking to remove rails deps that my project does not use. I started with the assumption that we want all rails deps that would be present in...

Hey there, I think this is absolutely amazing and great. I'm wondering if support for Google Home may come for it?

Hey guys, I noticed while using the library that there's many responses that `KafkaEx.publish/2` may produce. Namely: ```elixir nil :ok {:ok, integer} {:error, :closed} {:error, :inet.posix} {:error, any} iodata :leader_not_available...

Please use a Github Reaction for your vote: :tada: - [GraphQL](http://graphql.org/) :heart: - [JSON API](http://jsonapi.org/) --- We could use both since GraphQL prefers to work with `application/json` and `application/graphql`, while...

Since we're only going to have an API for this application, I think it would be best if remove our dependency on Phoenix and downgrade ourselves to Plug.

Similar to Riak, Rails, and Solidus, Ryal should be an "umbrella" OTP application that just includes its child dependencies.

Fixes #32 This PR removes a large amount of rails dependencies to what is required by heroicon. The whole dummy application was not required. It even hid a configuration setup...