Collin Henderson

Results 13 issues of Collin Henderson

The GitHub API paginates it's data and they include pagination info in the request headers. When calling `request()`, is there a way to access the headers from the response?

Since universal apps still run on a lightweight server, it'd be great if we could server-upload images from the client by proxying the upload request. This would allow adding features...

enhancement

Looking at the demo site, and at some issues users have had on our end for sites we build using waterfall, it seems it doesn't do a great job at...

I noticed your tests uses a `Function.Prototype.bind` polyfill, so since my tests were breaking without it, I also added it myself. For some reason it's _still_ saying `TypeError: 'undefined' is...

Is there a way to omit the `#` prefix for routes, so I can link to `myapp.dev/foo` instead of `myapp.dev/#/foo`?

If you have a multi-action with a `Discord Message` action inside it, if the `Discord Message` action isn't the first in the list, it doesn't seem to trigger.

bug

This pull request applies code style fixes from an analysis carried out by [StyleCI](https://github.styleci.io). --- For more information, click [here](https://github.styleci.io/analyses/kYNvaA).

I think I almost got this thing working, but right at the end, it fails: ``` Error executing action `install` on resource 'package[php5-cgi]' ``` ``` ==> cider: [2014-10-18T13:41:18+00:00] INFO: Forking...

I'm doing something like this on change: ``` picker.on('change', function() { hiddenInput.val('#' + colorInput.val()); var timer = null; clearTimeout(); setTimeout(function(){ console.log('Changed'); }, 400); }); ``` If, say I change the...

This pull request applies code style fixes from an analysis carried out by [StyleCI](https://github.styleci.io). --- For more information, click [here](https://github.styleci.io/analyses/APYQRB).