Chris Biscardi

Results 84 comments of Chris Biscardi

https://github.com/remarkjs/remark-gemoji

toc should be generated by gatsby-mdx already for every .mdx file, so this should probably be `showToc` in the frontmatter yeah?

og plugin is merged as of #20 ; Just need to add React-Helmet/SEO component

I believe we want this to land for code block infostring parsing -- https://github.com/remarkjs/remark/pull/345

Dope! my mistake :) I'll look further into how it currently works

There's some weird effects happening when selecting a second container. I tried to address it in #12 but have not found the root cause yet. With #12 It should not...

> consume the introspection query and auto-construct the schema locally I think I've successfully prototyped a merged Introspection query that monkey-patches the GitHub GraphQL API. I sure as hell wouldn't...

``` > node index.js # introspection types for the base schema [ 'Query', 'String', '__Schema', '__Type', '__TypeKind', 'Boolean', '__Field', '__InputValue', '__EnumValue', '__Directive', '__DirectiveLocation' ] # length of types for base...

There are a number of APIs that exist to serve the purpose of image translation. Examples below: ##### [Cloudinary](http://cloudinary.com/documentation/image_transformations) ![cloudinary](http://res.cloudinary.com/demo/image/fetch/w_365,h_140,c_fill,r_20,e_saturation:50,f_auto/http://upload.wikimedia.org/wikipedia/commons/8/81/Waves_lajolla.jpg) ``` http://res.cloudinary.com/demo/image/fetch/w_365,h_140,c_fill,r_20,e_saturation:50,f_auto/http://upload.wikimedia.org/wikipedia/commons/8/81/Waves_lajolla.jpg ``` ##### [imgix](https://www.imgix.com/) ![imgix-example](https://assets.imgix.net/examples/clownfish.jpg?auto=format&dpr=1&fit=crop&h=580&ixjsv=2.1.0&q=60&w=1140) ``` https://assets.imgix.net/examples/clownfish.jpg?auto=format&dpr=1&fit=crop&h=580&ixjsv=2.1.0&q=60&w=1140 ```

https://www.npmjs.com/package/sharp