Siddharth Doshi

Results 2 issues of Siddharth Doshi

Since you create so many repos and have a `.travis.yml` in all of them, do you manually enable Travis Ci for each project or you have some automation in place?

Is there a reason why DataLoader doesn't deduplicate ids provided to the batch function when the cache is set to false? ```js const dataloader1 = new DataLoader(async function loadMany(ids) {...

help wanted