René Schleusner
René Schleusner
Add's an option to configure the amount of friction for swipeEasing. This makes it possible to adjust the feeling when scrolling by touch.
I'm not sure if dindent is made to support svg structures as well, but some svg elements are not correctly indented. For example: ```html ``` gets indented to ```html ```...
I am using Edition Node Grunt `v2.3.0` on `Windows`, with Node `v6.3.1`. ##### Expected Behavior The Creation of new patterns should trigger the watcher to rebuild patternlab. ##### Actual Behavior...
I am using Edition Node Grunt `v1.1.0` on `Windows`, with Node `v6.5.0`. ##### Expected Behavior Installation as dependecy works ##### Actual Behavior postinstall script throws Exception after installation ##### Steps...
Add's `aria-modal="true"` on the dialog element. > A section of content is "modal" means navigation is limited to the area itself and the background (the ancestors and siblings of the...
I'm currently trying to implement a Schema for the following data structure. ```json { "filters": [ { "type": "and", "and": [ { "type": "or", "or": [ { "type": "not", "not":...