Aurelio De Rosa
Aurelio De Rosa
Chrome 38 and Opera 25 support the Web Notifications API but their implementation adheres to the [WHATWG specs](https://notifications.spec.whatwg.org/). This is an important change for Chrome because until version 37 it...
[On August 28, 2014 the specifications has been updated](http://www.w3.org/TR/2014/WD-battery-status-20140828/), so the article and the demo should reflect the new specifications.
I'm using Klein 2.0.2 and in a function I have: ``` php $service->flash('my message' . $service->escape($request->data), 'info'); ``` While trying the robustness of the code, I set `$request->data` to ``...
Fixes gh-904
`.editorconfig` file taken directly from jQuery's repository.
The library should allow to set a threshold for the commands recognition. At the moment the library always execute a command, even if the recognized text is not similar to...
The repository should include a CHANGELOG file that lists all the changes of the different versions released. The generation of the file should also be automated.
Every commit related to the source of the library involves the update of the distribution files. To avoid cluttering the commits history with all these updates, the distribution files should...
A user might want to use a different shortcut to start and stop the interaction. The library should give the possibility to customize it.