nathanfdunn

Results 2 issues of nathanfdunn

``` javascript var clone = require('clone'); var obj = {} var obj2 = { a: obj, b: obj }; var noFlagClone = clone(obj2); console.log( noFlagClone.a === noFlagClone.b ); //true var...

**Is your feature request related to a problem? Please describe.** When a request to Dalle fails, the reason is logged but `None` is returned. This makes it difficult to programmatically...

enhancement
help wanted
good first issue