Harsh Singh

Results 13 issues of Harsh Singh

![000557 2016-03-17 16_13_48-tmux](https://cloud.githubusercontent.com/assets/1136514/13859937/55f4e928-ec5c-11e5-9d54-181e586a62d0.png) The prompt looks like this - when I'm using your dotfiles: $vcs_info_msg_0_`prompt_pure_git_dirty` $prompt_pure_username `prompt_pure_cmd_exec_time` History substring search does not work even though it is sourced. Where do...

I want to be able to pass in `srcset: { '1x': "./small.jpeg", '1.5x': "", , '2x': "./large.jpg", '2.5x': undefined}` and it should output the right srcset

![image](https://cloud.githubusercontent.com/assets/1136514/17193094/77590db2-541f-11e6-8f00-c10bfbd23f21.png) These ul li ul li ul li structure can be safely turned into divs and much of the styling associated with lists can be removed

![image](https://cloud.githubusercontent.com/assets/1136514/17193025/24dc60ac-541f-11e6-8b80-b3ea98973cf9.png) Much of the css is not being used and can be safely removed

``` js var nano = require('gulp-cssnano'); /** * Processes less files into CSS files */ gulp.task('less', ['clean'], function() { return gulp .src([ './src/main/less/screen.less', './src/main/less/print.less', './src/main/less/reset.less' ]) .pipe(less()) .pipe(concat('min.css')) .pipe(nano()) .on('error',...

It would be really cool if we integrated this https://www.npmjs.com/package/gulp-sourcemaps

See here: https://github.com/hsingh23/lens

What's the roadmap for supporting bootstrap 4?

help wanted