Tim Fischbach

Results 31 issues of Tim Fischbach

When creating an instance with swatches ``` $('#in').minicolors({ swatches: ['#0000ff', '#ff0000'] }); ``` updating it with a shorter array of swatches ``` $('#in').minicolors('settings', { swatches: ['#ff00ff'] }); ``` causes an...

Bug
Help Wanted
Good First Issue

Calling `Pubsub#off` is no-op while `Pubsub#trigger` is running: ``` javascript function handler() { if (...) { player.off('progress', handler) } }) player.on('progress', handler) ``` This happens since `trigger` [empties the `channels`...

[JSDoc Tutorials](http://usejsdoc.org/about-tutorials.html) offer some advantages over Doclets articles: - Ability to link to tutorial from API documentation via `@tutorial` tag - Ability to link to API documentation from tutorial via...

### Steps to reproduce Starting with 2.6.2, I started seeing errors of the form ``` Uglifier::Error: Unexpected token: keyword (const). To use ES6 syntax, harmony mode must be enabled w...

When unpacking cookbooks, new cookbook directories are simply copied over existing ones. This means, when changing cookbook versions, old files may remain on the remote machine. In my case, this...

## Description So far, when `limitRenditionByPlayerDimensions` is `true`, `simpleSelector` tried to either find a rendition with a resolution that matches the size of the player exactly or, if that does...

needs: review