Landon Schropp

Results 81 comments of Landon Schropp

@coagmano That did the trick with one minor change! ``` importStatementFormatter({ importStatement }) { return importStatement.replace(/'/g, '"'); }, ``` Thanks for the help.

It seems like Trouble [disables this option](https://github.com/folke/trouble.nvim/blob/756f09de113a775ab16ba6d26c090616b40a999d/lua/trouble/view.lua#L142) by default. Is there a way to override this? Thanks!

@dagheyman Could you please comment with a fix or reopen this issue? I'm having the exact same problem, and it's preventing me from using Yubikey on my Macbook.

This would be awesome! Specifically, my team would like to have the following: * Whenever someone is added to a PR, the GitHub Slack bot tags them in a message....

Since I posted that message, we've started using Pull Reminders, which does exactly what we needed. When someone is assigned a PR review, it sends them a DM directly letting...

Hey @akoskm, I ended up switching to [nvim-spectre](https://github.com/nvim-pack/nvim-spectre) a little while back. It's not perfect, but it seems to be working pretty well for me. Spectre doesn't search hidden files...

That's totally fair. I opened #323 as a draft PR to see what it would look like. This is my first time using a `contentEditable` div, and I've heard that...

Instead of modifying the plugin to take in multiple database IDs, another approach might be to use multiple plugins in `gatsby-config.js`. I believe [gatsby-source-graphql](https://www.gatsbyjs.com/plugins/gatsby-source-graphql/) uses this approach (unless I've misunderstood...