Jack Davis

Results 16 comments of Jack Davis

FWIW I managed to fix this by making the following addition to `.yarnrc.yml` ```yaml yarnPath: .yarn/releases/yarn-2.1.1.cjs packageExtensions: postgraphile@^4.9.0: peer-dependencies: graphql: ">=0.9 =0.9 =0.9

A small follow up to my last message... **For each graphile plugin, you need to include it as a dependency in `.yarnrc.yml`** e.g. to run `yarn start` with the following...

Hi, This is something I'm interested in writing a PR on. But I'm finding it difficult to properly setup a development environment. Are there any dev-docs I can reference?

@fukemy in what way? As [per the docs](https://reactjs.org/docs/context.html), I expect React components which are children of a context provider to have that corresponding context value. Note that this behaviour seems...

+1 @yaymukund please merge this

+1 We need to setup sinopia to use S3

Hey! I just stumped upon this and it'd be extremely helpful if there was a community solution for this @drewcorlin1 You have my +1

After a lot of digging, I found out that [`Modal`](https://reactnative.dev/docs/modal) is designed to be the replacement for React Native `Portal` which was deprecated long ago. At first glance, I found...

I ended up turning away from `grunt-prompt`. And `grunt` altogether for that matter.