Suraj N. Kurapati

Results 148 comments of Suraj N. Kurapati

What wiki? All I see is [a blank page](https://github.com/mbadolato/iTerm2-Color-Schemes/wiki). :confused:

The generated SVG files for space characters have empty paths (`d=""`) and so their glyphs are zero-width: ```svg /tmp/tmprKeQ4w/00032.svg: /tmp/tmprKeQ4w/00160.svg: ```

Why not simply strip trailing whitespace upon save? For example, in Vim: ``` " remove trailing spaces before saving text files " http://vim.wikia.com/wiki/Remove_trailing_spaces autocmd BufWritePre * :call StripTrailingWhitespace() function! StripTrailingWhitespace()...

Also style them appropriately in HTML output.

I restored the old pre styling in my fork at sunaku/ronn@8744469fb9b919b74f6bbaa5e9dd3342f5d26c5c

It's really not necessary to incorporate those snippets into this repo. If you use pathogen for Vim, you can install those snippets in a separate directory next to the ones...

Thanks, I'll try to review this (free time is also scarce for me these days :sweat_smile:) but yes: please include the updated man pages.

Thanks for the PR :+1: I'll merge it after some clean up. :sweat_smile:

Hi @smackesey, I like your idea of emitting TSV as an intermediate format in https://github.com/sunaku/dasht/pull/38#issuecomment-716885794. Please submit a PR for it, thanks.

Hi @smackesey, 1. Please include only these changes in the new TSV PR: > - the intermediate result format is simply a tsv (`\t`-separated set of fields): `name`, `docset`, `type`,...