gatsby-remark-embedded-codesandbox icon indicating copy to clipboard operation
gatsby-remark-embedded-codesandbox copied to clipboard

A Gatsby Remark plugin for embedding Codesandbox given a folder of files

Results 27 gatsby-remark-embedded-codesandbox issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [extend](https://github.com/justmoon/node-extend) from 3.0.1 to 3.0.2. Changelog *Sourced from [extend's changelog](https://github.com/justmoon/node-extend/blob/master/CHANGELOG.md).* > 3.0.2 / 2018-07-19 > ================== > * [Fix] Prevent merging `__proto__` property ([#48](https://github-redirect.dependabot.com/justmoon/node-extend/issues/48)) > * [Dev Deps] update...

dependencies

If the content passed to the `GET` define API is too large, CodeSandbox will return an HTTP 414 error (URI Too Long). `fetch`ing the `POST` define API with `?json=1` (the...

At the moment, some parts of the url such as `embed` are hard coded: https://github.com/elboman/gatsby-remark-embedded-codesandbox/blob/db82541c2977c3ec613d446c2908b5d8e64daaaa/src/index.js#L135 It would be nice if this was more customizable. I could imagine either: 1. An...

Reproduction steps: 1. Create a link to an example directory (CodeSandbox A generated) 2. Change a file in that example directory (CodeSandbox A remains) 3. Restart the server 4. CodeSandbox...

In the Usage section you provide the code to configure the plugin inside the `gatsby-config.js` file. If someone copy/pastes this config like I did they will receive an error when...

Bumps [qs](https://github.com/ljharb/qs) from 6.4.0 to 6.4.1. Changelog Sourced from qs's changelog. 6.4.1 [Fix] parse: ignore __proto__ keys (#428) [Fix] fix for an impossible situation: when the formatter is called with...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies