Corey Alexander
Corey Alexander
@jonasstenberg Ahh! Glad you got it figured out! Hope you enjoy and let me know if you run into other issues!
@mellery451 ahh sorry you are running into issues. From your description of what happens it sounds like the code that is supposed to chop off the dev char is also...
Hey @Melkster thanks for the issue! I'm not sure why I left out `History` originally, but it shouldn't be awful to add! If you wanted to open a PR take...
Hey @Melkster thanks for the issue! That's an interesting idea that I hadn't considered! Do you have any use cases you have in mind that you wouldn't mind sharing? Just...
Of course about 2 minutes after posting this, and using the rust-analyzer expand macro tool I got a version I'm happy with! This compiles without warnings for me! ```rust html!...
This produces the warning ```rust let output = html! { @match self.depth { 1 => h1 { (content) }, _ => (unreachable!()), } }; ``` And expands to (I expanded...
Just for anyone else who might stuble across this issue, having Rosetta installed was enough to fix this for me and my team! I didn't have to run my terminal...
Hey @iameru! Hmm I don't think I can reproduce this on my end... What is your `FZF_DEFAULT_COMMAND` env var set to? https://github.com/coreyja/fzf.devicon.vim/blob/master/autoload/fzf/devicon/vim.vim#L368 That is used in `FilesWithDevicons` to determine what...
@iameru Can you try _setting_ that env var as a work around for right now? Mine is set to this to use `rg` ``` rg --files --no-ignore --hidden --follow --glob...
@iameru Ahh glad you found a workaround! I'll still try to take a look at this sometime soon