John Snyder

Results 3 issues of John Snyder

Ive been using kail for some time now and I find it very useful. Ive seen this open PR https://github.com/boz/kail/pull/24, and implemented this as a separate writer struct as suggested....

With this `example.d.ts`: ``` /** * Some documentation * * @see https://example.org */ type Foo = string; ``` Running `flowgen ./example.d.ts` I get the following ``` (node:16376) ExperimentalWarning: The fs.promises...

Great job on hyperopt. I'm finding it very useful. I'd like to distribute training tensorflow models across a cluster (shared file system) via mongodb, but the objective function can't necessarily...