Eric Clemmons
Eric Clemmons
(This issue first arose here: https://github.com/ericclemmons/genesis-skeleton/issues/18) To replicate, create a simple ExpressJS app that serves content out of a public folder: ``` js // app.js var express = require('express'); var...
Amazing.
This is singularly the best GraphQL resource I know of. I've been recommending it to everyone! Thanks for putting this together, it's been **huge** :)
Currently, it's defaulted to `./` for ngrok. The problem is, our test suite is built with Webpack (as the client-side app is) and put into `/build` alongisde `/build/test/index.html`. If I...
### Problem If you pass `tests: "test/index.html"`, the URL generated is: > https://470827b6.ngrok.iotest/index.html ### Solution Leverage `url` module to `format` the URL accordingly from the ngrok `hostname` and provided `path`.
Hi! 👋 When working on the Amplify UI docs, my pages are powered by `[[...slugs]].tsx`. `pathname` returns this value, so none of `SecondaryNav` is active. Using `asPath` correctly returned `/ui/...`...
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. When using the `Layout` component in...
It also appears that `github-url-from-git` doesn't support non-GitHub URLs, which is part of the problem. Opening this ticket so I can research further.
From the docs (https://github.com/remoteinterview/zero/tree/master/docs/mdx), I don't see a way to integrate [`MDXProvider`](https://mdxjs.com/advanced/components#mdxprovider) for customizing the output. Does this functionality exist yet, or how would you see this working in the...
**Is your feature request related to a problem? Please describe.** UI components don't allow for passing in arguments to the `Auth.signIn` and `Auth.signOut` calls: - https://docs.amplify.aws/lib/auth/emailpassword/q/platform/js#sign-up - https://docs.amplify.aws/lib/auth/emailpassword/q/platform/js#sign-in - https://docs.amplify.aws/lib/auth/emailpassword/q/platform/js#global-sign-out...
Originally posted here: > https://apollographql.slack.com/archives/general/p1487368874010273 I'm trying to resolve some performance issues with large documents, and the problem (AFAICT) is due to the pruning of the document based on requested...