David Wells
David Wells
Its looking more and more like we need child processes. If we use child processes we need to make sure a few things happen: 1. Terminal colors are preserved from...
It's possible that is could also be solved by custom fetch proposed here: https://github.com/prisma-labs/graphql-request/pull/212 I'd prefer to provide a simple function instead of patching & providing my own fetch though...
Yeah thats a tough one 😁 You would need to update the regex to account for this https://github.com/DavidWells/markdown-magic/blob/06ad5474744281e4f2e34c3afa8d8b3a4b95ef42/lib/utils/regex.js
Locked the dep to older version here https://github.com/DavidWells/markdown-magic/pull/65 Released via `[email protected]` Thanks for the report
This is a cool idea =)
Not sure about this one. The blocks are how everything works. You can strip out the comments after processing like so: https://github.com/DavidWells/serverless-workshop/blob/master/postDocs.js#L12 Just make sure you output the markdown files...
Hey @nyan-left I like this idea! Happy to review this as PR
The relative links are added by the TOC comment block https://github.com/DavidWells/markdown-magic#toc
I'm also curious about this. Is there a way to use AppSync as the federated gateway entry point?
Hard page reloads happen when service worker gets new content. If new content, next click will be hard page reload to use sw. Otherwise the SPA experience should be working....