Emmanuel Pilande
Emmanuel Pilande
Hey @dandv, I would love to add more auth providers. Feel free to contribute! Here's a guideline for adding a provider: 1. Add the provider in [`gatsby-theme-firebase/src/firebase/auth/index.ts`](https://github.com/epilande/gatsby-theme-firebase/blob/master/gatsby-theme-firebase/src/firebase/auth/index.ts). 1. Add logo...
Hey @dandv, that's a good question.. I want to say they're from https://react-icons.github.io/react-icons but to be completely honest, I'm not 100% sure. It's been a while since I started this...
With that said, you bring up a good point and I'll update the icons with attribution
Hey @alexluong, sorry for the late reply, just got back from a vacation. Good question. You're right, that page would be blank until the session is loaded. It's a demo...
@dhruuuuuv what version of gatsby are you using? Any specific steps to reproduce?
As of right now, this functionality isn't available, though this would be a nice enhancement I'd like to support.
Hey @afk-mcz, sorry for the late reply. Are you still running into this issue? I'm using both plugins without any problems. This is how my configuration looks like https://github.com/epilande/dotfiles/blob/master/vim/vim.symlink/plugins.vim#L73-L83.
We do have hooks support https://github.com/epilande/vim-react-snippets#hooks Are there any missing?
Sure! Feel free to make a pull request 🙂
> I would really like to keep `path_display = { "truncate" }`. You can customize `path_display` configuration when calling a specific extension like `git_worktree.git_worktrees()`. I have the following mapping which...