Micky Brunetti

Results 16 issues of Micky Brunetti

Just a little addition so [Component](https://github.com/componentjs/component) users can use this awesome shim. [](https://reviewable.io/reviews/necolas/dom-shims/8)

Would be nice to add a better module system compatibility. What I mean is that I kinda hate libraries adding themselves on the window object. All I need is the...

### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What would your feature do ? I sometime...

enhancement

While this work through CLI with `--music-path` the MusicPath value in fruitbox.ini doesn't seem to be interpreted. Tried bot `~/Music` and `$HOME/Music` to refer to folders inside users home directory...

Typically non-packaged library or software are install under the `/opt` folder. Making it usable by different users on the system. The dedicated install script could then simply adding the execution...

What would be more than useful is the possibility to ignore warning because of dependencies. I'm having so much warning now (updating from 1.12 to 1.13) that I don't know...

Got busy but here it is. Also reintroduce the log you had in your test, no sure you want it. You can try it by running `DEBUG=superlogin:* npm test`

Right now the only thing we can do through the config is to give the path of the template file. Ideally I would like to add more generic data in...

feature request
high priority

Not entirely sure if this is a FE or BE issue but (considering the FE library) when logging out it might trigger the checkRefresh call which in fact will update...

minor issue

Right now in the code there are still some `console` here and there. I would suggest to use [debug](https://www.npmjs.com/package/debug) or [debug-logger](https://www.npmjs.com/package/debug-logger) instead. This would allow the developers to decide and...

enhancement
help wanted