Daniel Mahon
Daniel Mahon
@jmorrell I just starting switching to yarn workspaces & lerna. So far using https://github.com/timanovsky/subdir-heroku-buildpack I can get the package to run properly but I'm unable to access a shared module...
@jmorrell UPDATE: Well I tried to avoid it but looks like I need to use https://www.npmjs.com/package/yalc instead of `yarn link`. Since the symlinks don't seem to always work properly inside...
@sdmccloskey yes, as is you would have to use the `EditableMarkdown` component where the title is and add another mutation or edit the existing one so that text put there...
@jeremy-ecoenergy I will definitely consider in the near future, once I make sure v2 is working as intended for markdown/mdx. Can you provide an example json file and expected result?...
@huntercaron I am unable to reproduce, FYI I use [gatsby-starter-netlify-cms](https://github.com/netlify-templates/gatsby-starter-netlify-cms) for compatibility testing. Have you defined a non-empty `gallery_images` in each markdown file for that type? Conditional fields may require...
@huntercaron One thing Ive noticed while developing this plugin is the `gatsby develop` cache seems to be annoyingly inconsistent. Even with running `gatsby clean` before each start it wouldn't always...
@huntercaron do you need indentation in-front of your list items under `gallery_images`? I just noticed they are inline with the parent, and they shouldn't be. YAML cares about stuff like...
let me look into this, should be trivial but I noticed the MDX plugin works slightly different than remark in regards to its lifecycle hooks, have you had any issues...
Hello, I just wanted chime in and say that I finally put up a "needs maintainer" notice on the `gatsby-remark-relative-images` repo. I have no plans to continue working on it...
@napierIO The JWT signed token WILL be public but `APP_SECRET` is an env variable on your server so that should never get exposed to the client. The JWT token is...