Chris Shepherd

Results 9 issues of Chris Shepherd

In newer versions of Flow (>=0.95) the types for `JSON.stringify` have been changed which is causing errors when using `graphql-iso-date`. ``` Error ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ node_modules/graphql-iso-date/dist/date/index.js.flow:48:11 Cannot add 'Date canno...' and JSON.stringify(...)...

At the moment it doesn't seem possible to change the `columnWidth` or `columnSpacing` at a later time. If the `data` is changed then `setData` blows up because it checks `columnWidth`...

I have `injectr.onload` set up to run files through babel like so: ``` javascript injectr.onload = (file, content) => { return require('babel').transform(content, { filename: file, optional: ['runtime', 'es7.classProperties', 'es7.objectRestSpread'] }).code;...

Adds support for `compilerOptions.paths` in both `tsconfig.json` and `jsconfig.json` so that [path mapping](https://www.typescriptlang.org/docs/handbook/module-resolution.html#path-mapping) can be used: ```json "compilerOptions": { "baseUrl": "src", "paths": { "base/*": ["./components/base/*"], "pages/*": ["./components/pages/*"], "actions/*": ["./state/actions/*"] }...

CLA Signed

Fixes #1832 This is a repost of #1878 as I'd deleted my fork since I'd done this PR and wasn't able to update the PR anymore. Using an object stored...

CLA Signed
package:server-runtime

At the moment it's not possible to do async work in the function passed to `Bind` in Go. ~~I've attempted to change this to bring it more in line with...

Is it possible to do something similar to [fsevents](https://github.com/pipobscure/fsevents/commit/a4e25d2c6a835994d8ba8d8b9601985d53cdca0b#diff-21e418851ae48f9b11907837add9e39a) and add a condition so that this module doesn't attempt to build on Windows? When/If #3 is implemented then it can...

Had a go at #5 as requested a few months ago. This is on top of #15 too, which I'll merge in soon. - [x] Use [lodash.get](https://lodash.com/docs#get) to allow deeply...

enhancement

I've found that using the latest React version that was released a few days ago (16.6.0) breaks this module. It seems to get stuck on the `while` loop (https://github.com/planttheidea/react-rendered-size/blob/master/src/element.js#L79) waiting...