Nathan

Results 6 issues of Nathan

**Note:** I don't know enough about Bluebird's handling of stack traces to know if what I'm bringing up is unique to my setup or a common problem. Currently my error...

Just a suggestion... similar to `no-unused-variable`: ``` "no-unused": [true, {"ignore-pattern": "^_"}] ``` This allows you to use things like `_` for array destructuring in parameters to skip no-unused for them.

enhancement
help wanted

There are parameters for snowflake that I would like to be able to pass in my connection config. Right now I'm unable to use tableplus to connect to snowflake databases...

enhancement

Trying out emotion to replace Radium. Making it so the `style` props are backwards compatible to make potential migration for consumers easier. This isn't finished, but docs run and all...

On windows the behaviour is not consistent with `onClick`. With a left click, both the `onTouchTap` and `onClick` fire, but with a right click the `onTouchTap` fires. This issue is...

### What Fixes source locations for VariableDeclarator in the generated AST. Fixes a number of the errors in the snapshot I added yesterday in the source loc validator PR https://github.com/facebook/react/pull/35109...

CLA Signed