Brian Detering

Results 6 comments of Brian Detering

Hey ok that sounds great thanks! One thing is I need this library to be compatible with at least node 6. I don't think the await/async stuff is supported until...

Hmm, not sure. If you send me a code sample I could get a better diagnoses of the issue?

One thing that looks like it might be off is the signature of the function you are passing into the Dataloader. In `new Dataloader(fn, { cache: false })`. `fn` should...

The library allows for more than one item to be rendered initially in the html markup, like this ```html ``` The library also has an option to set the list...

Yea unfortunately there are a few omissions here, one day if I have the time maybe I can get around to adding it. PR's are also welcome, (it would be...

Hmm yea definitely looks like a bug. I implemented the setList pretty hastily I didn't test deep nesting with it. I can take a look hopefully later this week. Thanks...