kevinwright

Results 9 issues of kevinwright

Currently, `index.t.ts` contains: ``` declare class AutoResponsive extends React.Component {} ``` But this doesn't allow child elements! It instead needs to be ``` declare class AutoResponsive extends Component {} ```

I wrote a small adaptor allowing handlebars.java to be used with native Scala types (Scala collections and working with Scala reflection) Gist here: https://gist.github.com/kevinwright/359329efcb166ec4f6ce59a228ee715f Probably not a good idea to...

new feature
help-wanted

A prompt would be nice, or at least rename any existing files as a backup!

NeedsInfo

It's a must-have for any modern flutter library

The row() method is being invoked for rows that don't contain tests. e.g. name rows.

...and allow for a shared cache directory By locating the cache under `node_modules`, a download is forced afresh for every clean build in which this directory is deleted, and multiple...

macOS High Sierra builder-phoenix 1.14.6 nw.js 0.29.1 The packaged app runs just fine... the first time I try I get the usual question about whether or not I want to...

Building a lightweight service call with literal JSON is an absolute breeze, but to process results we still have to use cursors or to derive extractors from case classes (or...

enhancement
help wanted