Results 79 comments of Sam Denty

@jsphweid See [here](https://github.com/samdenty/graphql-builder/blob/8dbeb17888dfafe75313c4928bd30bcb9ed98941/test/graphql-faker.ts) for a example of how I used it, for Jest tests

@IvanGoncharov It would be handy if you could export a function from the index, eg. ``` import { seed } from 'faker' export const executeQuery = (idlPath: string, query: DocumentNode,...

specifically I need ord to compare two html elements in scraper, to see if an element is before / after another. In scrapers case it appears the ids are correlated...

https://github.com/andy-5/wslgit/issues/61#issuecomment-481538179

virtualization is something I'd considered but haven't had time to implement, open to accepting prs

react-window sounds good. sure

@callin2 Could you provide a reproducible example? https://codesandbox.io/s/rl7pk9w2ym

Ah I see. Currently you'd need to provide a custom style prop to the `` component. The variant prop is just passed to the `react-inspector` package. See https://github.com/samdenty99/console-feed/blob/master/src/definitions/Styles.d.ts

believe this is an emotion version issue, @SaraVieira what did you do to fix this previously?

https://github.com/samdenty/console-feed/commit/de41ef2662019c645a652199d9bdbbfc71419f5e should fix https://github.com/codesandbox/codesandbox-client/issues/4963