Randall Koutnik

Results 12 issues of Randall Koutnik

With deep watches, the watch length given for the deep watcher is incorrect. In the example below, note the last cycle time vs the time given for `arr`. Bin: http://jsbin.com/fuqotawoki/edit?html,js...

angular-hint thinks that `$event` is undefined when used in a event directive: `Hallo` will trigger: ``` $event is undefined $event.preventDefault is undefined ```

`angular-hint` has grown far beyond just providing hints about controller names. The current project scope centers around instrumenting Angular apps so that consumers (primarily Batarang at this point but many...

In `0.2.0`, `angular.hint` emits events but requires something to listen to them in order to debug. Create a new directive `ng-hint-solo` that logs these events to the console instead.

Adding a .next will allow a deque to be iterated over by for...of loops and the like.

My friends keep telling me to `$_GET["a_life"]`. I've taken a look at this repo and it seemed to provide good pointers. However, I think that `life` isn't compatible with package...

bug

If the coder is trying to start an animation that hasn't been created, this will throw a proper error instead of dying on `if (freq >= seq.frequence) {`

Input: ``` a => { return new Promise((resolve, reject) => { setTimeout(() => resolve(a * 2), 500); }); } ``` Expected output: `['a']` Output: `[ '(resolve', 'reject' ]` Other things...

Performance-wise, it will be useful to trigger "nothing changed" digest to see where the bottlenecks are.

type: feature