Tyler Miller

Results 88 comments of Tyler Miller

Edit: sorry wrong repository, I though I was commenting on TypeScript.... I googled my error message and arrived here. It's strange, my current issue is that if I use an...

I wonder if [pinentry](https://www.gnupg.org/related_software/pinentry/index.html) could be used via `SUDO_ASKPASS`? I believe it doesn't require a terminal for password input as it uses its own gui prompt. This is what the...

I'm also getting major issues when displaying emojis in neovim (although I sometimes have `📂` displayed in my airline statusline and I've gotten that to work without issues I think)....

@zeertzjq awesome thank you I'm using `v0.7.2`. I just use the latest `brew install neovim` and then let HomeBrew take care of updates for me, but I'll look into getting...

.prettierignore has empty `&syntax` and `&filetype`, .gitignore has `&filetype=conf` and `&syntax=conf`

> Yup, the idea is that we have no way of getting the captured text if the snippet is expanded via cmp. So, we expand an intermediary snippet where the...

I'm not sure where to post this so I'm just gonna post it here. I came across a TypeScript rendering/syntax highlighting issue the other day here on GitHub. I sent...

Edit: changed to draft until me or someone else can implement types for this addition... here seems useful for this: https://github.com/teppeis/typescript-subpath-exports-workaround

Added types for the new promise api and moved all types to their own `types` dir. PR is officially ready! :D There is one typescript caveat to mapping types for...

@erasin I'm having the same issue. I originally had a one-line sentence with 3 separate areas of inline code spans. The one that seems to be causing trouble is ````...