Adam Soffer

Results 14 issues of Adam Soffer

I'm attempting to use apollo-link-schema along with schema stitching, but this doesn't appear possible since the schema option doesn't support promises. Using graphql purely client-side is a [common use case](https://blog.hasura.io/client-side-graphql-schema-resolving-and-schema-stitching-f4d8bccc42d2/),...

I'm attempting to use the `mdx-table-of-contents` package with next.js but when I import the `tableOfContents` object it's undefined: `import Document , { tableOfContents } from "../../../reference-api.mdx";` Here's what my next.config.js...

Is it possible to render model definitions from an openapi spec using this plugin? I noticed this is something [redocusaurus plugin supports](https://redocusaurus.vercel.app/examples/using-single-yaml/#tag/store_model).

enhancement

Hey all - I'm really interested in using bigchaindb as a complementary off-chain storage solution for an Ethereum dAPP but I have no idea where to start. Are there any...

https://facebook.github.io/react/warnings/unknown-prop.html

Is it possible to include multiple fonts using font-face? Here's how I declare my font using font-face: import { css } from 'glamor' ``` css.global('@font-face', { fontFamily: 'Univers', fontStyle: 'italic',...

Are there any typescript examples that use this library that you know of?

Hey @TheRusskiy - what do you think about abstracting the boilerplate in this repo into an npm library? I'm the maintainer of this [next-apollo](https://www.npmjs.com/package/next-apollo) package. The library currently exports a...

Or is the idea for developers to create their own by extending the core module?