Eric Garcia

Results 20 comments of Eric Garcia

just ran... ``` yarn global remove avn avn-nvm npm i -g avn avn-nvm avn setup ``` then changed into a dir with a `.node-version` file and got the same error:...

I've seen this issue...that doesn't present itself on my system, but other developers on my team, it uses a different config. I have not been able to determine the difference...

Essentially rather than manually setting the date in frontmatter like this: ```markdown --- ... date: 3 March 2022 --- ``` It would be great to have it defined as a...

Most of this work is done on the `next` branch. The remaining pieces are as follows: - [ ] Update layouts to support the [upgraded mdx](https://www.gatsbyjs.com/plugins/gatsby-plugin-mdx/#layouts)

For a little more context. The `defaultLayouts` node for the **gatsby-plugin-mdx** plugin is no longer a valid configuration. So, the below templates for **Default.js** and **Homepage.js** need to be converted...

> Hi @eng618 the styles are not being applied properly on the copy button due to the conflicts in styling. I guess, All those webpack warnings when building and starting...

This still seems a little clunky and not intuitive... Just thinking this out... what if instead of this boolean logic, we default to always showing the **Show More** button, but...

> Testing the release against the Carbon website and looks like bash isn't recognized as a language for some reason. > > ``` > > ```bash > > ``` >...