Jeremy Gayed
Jeremy Gayed
Just did a clean checkout of this repo and did an `npm install` then `npm start` and I get: _after `npm start`_ ``` npm ERR! Darwin 14.4.0 npm ERR! argv...
## Is your feature request related to a problem? Please describe. We'd like to stand-up our own instance of Altair to serve as an editing playground for our various GraphQL...
Would you accept a [Jest](https://facebook.github.io/jest/) icon for their `*.snap` snapshot files?
I'm not sure if this is actually correct -- dunno if I completely trust the test yet. I think I need to play around with this more. I'll be mostly...
For local dev, we should pin node version: - Introduce `.nvmrc` - Add [engines](https://docs.npmjs.com/cli/v6/configuring-npm/package-json#engines) field
I've been meaning to provide this as importable within react-tracking via something like: `import track, { mockTrackEvent, TrackingPropType } from 'react-tracking/mock';` but haven't had a chance yet. PRs welcome! 😁...
As per discussion in #119 we need a better way of bundling/building react-tracking. In v7.0.1 we had to move core-js@3 to a direct dependency, even though we don't need the...
We get a lot of similar questions, usually around the nuances of `dispatch`, `process` and how contextual tracking propagates through the app. It would be helpful to create an FAQ...
Docs website
It would be nice to use [gh-pages](https://pages.github.com/) to put the documentation that's currently completely in the README in a nicer place
Submit a failing test case for a normal usage of the react-tracking API. Note, a failing test case is enough, you don't necessarily need to solve it. Hint: It's likely...