Eric Freese
Eric Freese
Actually... there's a pretty easy fix if you're ok with not fetching suggestions after `backward-kill-word` is executed. Add `backward-kill-word` to the list of ignore widgets in your zshrc: ```sh #...
Also found this related issue in zsh-syntax-highlighting: https://github.com/zsh-users/zsh-syntax-highlighting/issues/150 Looks like it hasn't been merged yet, but there's a commit https://github.com/danielshahaf/zsh-syntax-highlighting/commit/bfa71c983fa6c3b43cc657276223410123d5c145 that uses `zle -f` (only available in zsh >=5.2) to...
I'm not able to reproduce this immediately. Can you give more details? 
How are people expecting this would work? In @GilDev's case above where he types the lowercase 'd', would you expect the plugin to suggest `ocuments/Documents/Projets/...`? And then on acceptance of...
It looks like fish will actually transform the lowercase typed letter to uppercase as you type it if the letter is uppercase in the suggestion it's offering. Could go with...
> An option that accepts a regexp to disable the completion strategy. Have you tried `ZSH_AUTOSUGGEST_COMPLETION_IGNORE`? https://github.com/zsh-users/zsh-autosuggestions#skipping-completion-suggestions-for-certain-cases
@jconley88 Did you ever get the app up and running locally? If so, you should be able to stick a `binding.pry` in there and submit the form for editing a...
See issue #5 about EOT support. Looks like woff2 is not currently supported by the freetype library but might be in the future. If we can come up with some...
Fantastic! Thanks for the PR. I will try to take a look at this sometime this week and get it merged in.
I'm not sure how that would work. You're talking about adding a javascript accessor to FontFace that returns its [`ftFace`](https://github.com/ericfreese/node-freetype2/blob/master/src/FontFace.h#L12) pointer?