Spencer Elliott

Results 12 issues of Spencer Elliott

**Describe the bug** After installing graphql-cli using [pnpm](https://pnpm.js.org/)@5.5.1 and invoking `node_modules/.bin/graphql` with no arguments, an `ENOTDIR` error is raised. **To Reproduce** Steps to reproduce the behavior: ```shell $ mkdir graphql-cli-example...

Would grommet maintainers be open to supporting [emotion](https://emotion.sh/) as an alternative to styled-components? For example, [rebass supports emotion](https://github.com/rebassjs/rebass/tree/118ab94fe87229bbb251c5cae2940c19dfeb34c9#emotion) via [a Babel config which replaces `'styled-components'` imports with `'@emotion/styled'`](https://github.com/rebassjs/rebass/blob/118ab94fe87229bbb251c5cae2940c19dfeb34c9/babel.config.js#L7-L16). Off the...

enhancement
discussion
v3-attention

When installing canner-slate-editor, there are mismatched peer dependencies: ``` $ mkdir test $ cd test $ npm init -y $ npm install --save antd@^3.10.1 canner-slate-editor@^1.5.4 immutable@^3.8.2 react@^16.5.2 react-dom@^16.5.2 slate@^0.33.8 slate-react@^0.12.11...

Previously, webpack would attempt to resolve @svgr/webpack relative to the Next.js project, which would result in an error like this using strict package managers like pnpm / Yarn PnP: Module...

### Summary When using: - `[email protected]` - `[email protected]` - `@netlify/[email protected]` - `[email protected]` - `[email protected]` A module import error `Cannot find module 'follow-redirects'` occurs when visiting the site. ### A link...

type: bug
v4

Hey guys, I've tried to keep RNWS up-to-date and not broken in the past weeks, but unfortunately I can't dedicate much time to it these days since I'm no longer...

New in [email protected]: when using the Chrome debugger, the app bundle is now run **inside a [web worker](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers)**: https://github.com/facebook/react-native/pull/1632, https://github.com/facebook/react-native/commit/8db35d492b846f51a758e8ee7e5e402c6bad3785 This means that an app bundle built with webpack's [hot...

To reduce some confusion that some users have had, we should add usage of 3rd-party RN module(s) like [react-native-camera](https://github.com/lwansbrough/react-native-camera) to an example project.

See https://github.com/mjohnston/react-native-webpack-server/issues/121#issuecomment-154144457 Right now we're just running `rnws bundle` for the example projects on Travis, but we should have tests for: - _getReactNativeExternals.js_: make sure it returns the expected modules...