Live data from Hacker News

Viewing profile — junegunn

junegunn

HN member
Joined
Tue, Jan 03, 2012, 1:06 AM UTC
HN karma
11
Public activity
15 items

About junegunn

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. comment
    Comment #37018121

    Rest in peace, Bram. I'm forever grateful for your dedication.

  5. story
  6. story
  7. comment
    Comment #26036062

    See https://github.com/junegunn/fzf/pull/1946

  8. story
  9. comment
    Comment #8314502

    As I answered in the issue [1] the problem is likely caused by the task timeout. Maybe vim-plug should delete the repo directory if timeout occurs during the installation. A workar…

  10. comment
    Comment #8313220

    FYI, vim-plug also supports lazy-loading and the interface is pretty simple and concise [1]. NeoBundle obviously has more features, most notably supporting VCS' other than git, whi…

  11. comment
    Comment #8312826

    The most obvious benefit I believe is its ability to update plugins in parallel. A GIF [1] shows that it managed to update 40 plugins in mere 4 seconds. The other notable point is …

  12. story
  13. story
  14. story
  15. comment
    Comment #3418204

    Not perfectly fine if you use MySQL. Adding an index to a table on MySQL locks the entire table, which can introduce hours of downtime if the size of the table is large.