Adhityaa Chandrasekar
Adhityaa Chandrasekar
The user should never use it even if their life depended on it. Well, not really :P
Of course, don't cache the download. Re-download at every vim execution. And download a VM image even if the user is on Windows already.
I accidentally piped control characters to a file and tried to preview it and this crashed joshuto. Here's a minimal 2-byte reproducer: ```bash $ echo 1b0a | xxd -r -p...
This makes autocomplete behave like how it works in ranger. To test before and after, create a directory long directory chain `$HOME/foo/bar/baz`, type `:cd fo` and press Tab several times....
Minimal repro: ```bash $ htmlq --version htmlq 0.4.0 $ echo "h1p" | htmlq 'div' h1 p $ echo "h1p" | RUST_BACKTRACE=full htmlq 'div:has(h1)' thread 'main' panicked at 'Failed to parse...
### Description I noticed a possible bug in the TCP receiver. Consider the following ordering of events: 1. `(*receiver).RcvNxt = 100` 1. receive segment A: FIN, seq=150, len=0 1. receive...
Hi, I'm a huge fan of Dash to Dock. I just have one suggestion - could you add an option to blur the background (like OS X Mavericks' dock)? I...
With `vgo`, semver releases would be nice to have (maybe 1.0.0?). I'm currently using this project through `dep`, and version pinning with commit SHAs is okay-ish, but it's generally discouraged.