David Long

Results 23 issues of David Long

I have this config: ``` javascript gulp.src('.') .pipe(webserver({ livereload: true, directoryListing: true, open: true, fallback: 'index.html' })); ``` When I run the task, instead of loading index.html, it loads directory...

For properties like `livereload`, `directoryListing` and `https`; which accept both objects or booleans as values, the feature should be auto-enabled when passing an object to the property. Currently you have...

The upstream [BlakeWilliams/Elixir-Slack](https://github.com/BlakeWilliams/Elixir-Slack) has most, if not all, of the changes that were made in the [operable/Elixir-Slack](https://github.com/operable/Elixir-Slack). We should move over to using the upstream instead of using our own...

When outputting the help page for Cog, it would be useful to see a "shortdoc" for cog commands. For example, on the [Twitter bundle](https://bundles.operable.io/bundles/twitter/latest), the output of `@cog help twitter`...

Cog currently runs on Elixir 1.3.2 and Phoenix 1.2. With Elixir 1.5 and Phoenix 1.3 now generally available we should look into upgrade paths. for the platform. There are at...

I'm using ExAdmin with Guardian and Ueberauth. Guardian and Ueberauth uses very simple user logic for now: ```elixir # lib/kcc/user.ex defmodule KCC.User do @derive [Poison.Encoder] defstruct email: nil, name: nil...

To start off, it's handy having the exit code option in the CLI. I'm working on writing Pronto into my Git pre-commit hook that I use across most projects. Basing...

enhancement

Feature request for the ability to schedule jobs in a cron style schedule. ## Example Use Case Schedule to post a message in a Text widget every day: ``` job...

kind: enhancement
proposal

As the CLI is built out more, to lower the barrier of entry, when running `mix kitto.new` the application should get compiled to make all mix tasks immediately available.

kind: enhancement
proposal