Logan Leger

Results 10 issues of Logan Leger

Add missing APIs for Programmable Messaging: - Messaging Services - Phone Numbers - Short Codes - Alpha Senders docs: https://www.twilio.com/docs/messaging

Is it possible to get linting inside of Markdown-like blocks inside of non-Markdown files? The use case here is in [Elixir documentation](https://hexdocs.pm/elixir/writing-documentation.html), which is formatted in Markdown, but it’s actually...

enhancement
vscode-feature-wanted

I see there's an easy way to add links to an object via the `location` DSL or the `links` callback, but this only adds links to individual resources. Is there...

needs discussion

From the [spec](http://jsonapi.org/format/#document-top-level): > A document MUST contain at least one of the following top-level members: > - `data`: the document’s “primary data” > - `errors`: an array of error...

help wanted

If you don't have `plug` as a dependency, `stripity_stripe` will fail to compile because of [`Stripe.WebhookPlug`](https://github.com/code-corps/stripity_stripe/blob/master/lib/stripe/webhook_plug.ex). This sort of precludes Elixir apps that need to connect with Stripe but don't...

The [docs](https://hexdocs.pm/stripity_stripe/2.12.1/Stripe.WebhookPlug.html#module-runtime-configuration) say you can configure `Stripe.WebhookPlug` like this: ```elixir # Or, with a function plug Stripe.WebhookPlug, at: "/webhook/stripe", handler: MyAppWeb.StripeHandler, secret: fn -> Application.get_env(:myapp, :stripe_webhook_secret) end ``` However, doing...

When `create_type/0` was made to be reversible, it removed the ability to do a migration where you drop the type on the way up and recreate it on the way...

The type spec indicated the function only took a `number` but it also accepts a string. This is expressed in the documentation and tested. This commit just updates the spec...

Hi! This module creates two SPF records, one for the mail from domain and one for the apex (root) domain. I know there's an option to turn this off, but...

The last release of this gem is 1.2.1 - November 06, 2014. Can you cut a new release so we can pick up the Rails 5 compatibility changes from #20?...