Piotr Kaminski

Results 18 issues of Piotr Kaminski

Since the broadcast of `becameInactive` is synchronous, it's possible for the `toBeActive` spy to be removed by client code just before it gets activated. This change guards against this (admittedly...

[](https://reviewable.io/reviews/chieffancypants/angular-hotkeys/143)

The callback sometimes needs to know what actual combo was used, for example to decide whether to allow it in a textarea or not (in case some combos in a...

Yet another change to display all combos in the cheatsheet... This one doesn't change the original `format` method in case it was used in a custom cheatsheet. There's no option...

This adds a new configurable variable `cheatSheetColumns`, set to 1 by default. Settings it to a higher number will split the cheatsheet into that number of columns, trying to keep...

I found at least one Bower package (`serialized-lru-cache`) that defines its license as: ``` "license": { "type": "MIT", "url": "http://github.com/jmendiara/serialized-lru-cache/raw/master/LICENSE" }, ``` No idea if it's spec-compliant or not, but...

Sorry for the delay, but here's the patch for #2 to support Node.js. Packed (standalone) browser files are in `build`, and Node-style dynamic dependency files are in `build_node`. I also...

You mention in the `README` that the library won't work in Node.js -- is this still true? What's the problem, and what would it take to address it? I'd be...

**Describe the issue** When I use `namespace` as the name of the variable, everything that follows is highlighted incorrectly. While `namespace` is a TS keyword it's fine to use it...

language
bug
help welcome
good first issue

This allows you to pass dynamic arguments to nested tasks, such as ``. --- This change is [](https://reviewable.io/reviews/geddski/grunt-release/170)