Matt Casey
Matt Casey
would be nice to have some way to call a function after typing is done. I edited 3 places, now I can set $.typer.options.OnDoneTyping before the typing begins Line 14:...
If an image doesn't have a caption set, it returns 'null' and breaks the post. It is used twice but there's a condition only for the second time. Here's the...
One feature that I liekd from ui-select2 is the dropdown could be injected at the top-level of the DOM, so it would appear outside of DIV's with overflow:hidden, it also...
- save the input of individual form field answers one at a time, instead of the whole set of answers (which could have stale data) - remove the subscription to...
Basically, only process 100 repos at a time. Previously, we waited to retrieve all PRs before processing any and if we got rate limited, it would not save anything. But...
### WHAT ### WHY