Andrew Joslin
Andrew Joslin
Hey guys, I don't have time to work on this project anymore. Is anyone else interested in picking up the slack on these issues and upgrading it to 1.2? And...
I love autodoc, I love the inline testing and doc generating, and I love how it encourages me to write simple tiny testable functions :-) One question I have is:...
195b. Forked from #1. - Don't assign `all[type]` in `.off()` - Use a slightly more space-efficient assignment of`all[type]` in `.on()` (no parens). - Return a bound splice from `.on()`. The...
Before, error objects would come out of absinthe sockets as `Error: request [object Object]`. For example, these sort of GraphQL errors returned via socket: ``` { errors: [ { locations:...
I use multiple SMTP providers, and we are currently adding a couple. As we warm these providers up, would like to set a daily limit for these providers, so that...
`'Flurry-iOS-SDK/Flurry.h' file not found` I would open a PR, but I have no knowledge of the inner workings of this plugin and I'd be useless. I thought I'd let you...
I was using this and thought I should make it use a promise. I ended up with something like this.. it seems a lot better: ``` js angular.module('btford.phonegap.ready', []). factory('phonegapReady',...
Currently, the calculation is wrong when using a parentNode scroller. It takes the component element's scrollHeight into account instead of the scroller's. This patch amends that. **Math Example**: Scroll viewport:...
Set $__path and other internal keys with Object.defineProperty and enumerable=false so that these properties won't appear in for loops, Object.keys, etc. This way developers won't have to learn about falcor.keys...