Created Issue: Bug in aggregate function if array is empty [2936]
There is a bug in the aggregate function in jsinq-enumerable.js . If you pass to the function a seed argument the function shouldn't throw with an empty array. It should return the seed.My proposed...
View ArticleCommented Issue: Bug in aggregate function if array is empty [2936]
There is a bug in the aggregate function in jsinq-enumerable.js . If you pass to the function a seed argument the function shouldn't throw with an empty array. It should return the seed.My proposed...
View ArticleCommented Issue: Bug in aggregate function if array is empty [2936]
There is a bug in the aggregate function in jsinq-enumerable.js . If you pass to the function a seed argument the function shouldn't throw with an empty array. It should return the seed.My proposed...
View ArticleClosed Issue: Bug in aggregate function if array is empty [2936]
There is a bug in the aggregate function in jsinq-enumerable.js . If you pass to the function a seed argument the function shouldn't throw with an empty array. It should return the seed.My proposed...
View ArticleCreated Issue: EqualityComparer error [5326]
I tryed to use distinct with equalityComparer without any luck.When I saw the jsinq.js, I found an error on line 105, in the "EqualityComparer.fromFunction".For some reason, the code is...
View ArticleCommented Issue: EqualityComparer error [5326]
I tryed to use distinct with equalityComparer without any luck.When I saw the jsinq.js, I found an error on line 105, in the "EqualityComparer.fromFunction".For some reason, the code is...
View ArticleClosed Issue: EqualityComparer error [5326]
I tryed to use distinct with equalityComparer without any luck.When I saw the jsinq.js, I found an error on line 105, in the "EqualityComparer.fromFunction".For some reason, the code is...
View Article