cohml

Results 77 comments of cohml

While I generally agree with this sentiment (though I personally wouldn't clutter the issues with it since even after closing this issue will live on forever), the fact that nearly...

I just installed it manually using the instructions [here](https://github.com/joshskidmore/zsh-fzf-history-search#oh-my-zsh) for Oh-My-Zsh.

> If I manually execute"source $ZSH_CUSTOM/plugins/zsh-fzf-history-search/zsh-fzf-history-search.plugin.zsh" after load .zshrc works. I can confirm the same. Manually sourcing the file results in timestamps appearing. However, it doesn't seem to respect the...

I also encountered this error, but installing `rouge-score` into my environment was all I needed to do (other than installing `evaluate`, or course). I tried installing both with `conda` and...

Have you manually moved your tensors into VRAM? ```python model = model.to("cuda") ```

Thanks @sharkdp. Piping to `less` does get around the issue, and I do it when I really need to use `+F`. But this is limiting. In particular, my `bat` config...

Very strange. Maybe it's a portability thing? It works for me as I described. ```shell ❯ make_long_lines | wc 500 250500 996895 ❯ make_long_lines | awk '{++a[length()]} END{for (i in...

I see. That's unfortunate to hear. Rather than designing the perfect header to rule them all, would you entertain implementing a `--dumb-header` or something which neither interferes with `-S` nor...

Relatedly, implementing support for marks would be pretty great.

> firenvim should `:set bg=light` or `:set bg=dark` depending on whether the page is in light or dark mode. If it's impossible or crazy difficult to *exactly/closely* match a site's...