David Aurelio
David Aurelio
Tapping the title bar on iPad/-Phone/-Pod should scroll to top. Problem: If more than one scroller is defined, how do we find out which one is active and/or visible.
With the default settings, syntax coverts ``` js if(a){ }else if(b){ }else{ } ``` to ``` js if(a) { }else if(b) { }else { } ``` whereas it should be...
### pnpm version: 7.17.0 ### Code to reproduce the issue: ```sh npm -g i pnpm npmrc pnpm list --json # in any package ``` ### Expected behavior: Only JSON on...