Jeff Ward

Results 120 comments of Jeff Ward

> Yes, he actually was one of the early contributors to this library. Small world, its very cool to see how the ecosystem grows. Thank you for this @vkhorikov Here...

I hope that its not to late to make a suggestion. I want to propose a good reason to include the `.Abstractions` project. I highly suggest that it would be...

Another proposal I have is to change the project structure to something like this: * Maybe * Maybe.Core * Maybe.Enumerable.Extensions * Maybe.Enumerable.Extensions.Common * Maybe.Enumerable.Extensions.Tasks * Maybe.Queryable.Extensions * Maybe.Queryable.Extensions.Common * Maybe.QueryableExtensions.Tasks...

Lastly for now, am sure this will get shot down, but I propose the usage of the `Async` suffix. While I understand that technically the `Async` suffix is not needed;...

Hello! I've been searching for a bit, and am wondering if you had a moment to post that blog post. The only documentation I can find on this class (other...

@ppolewicz sure thing, let me give it a go and see if I can narrow it down as you suggested. I will let you know if I have any issues...

@ppolewicz @bwbeach Hello! I am having the same problem with Connection Pools. I did not want to open up a new issue for this, so I am adding my comment...

> @jeffward01 the connection pool being full warning (not error) doesn't have anything to do with your sync failure, which I think is actually caused by a filename decoding error....

is this working for anyone? I cannot get my search to work ``` await foreach (var page in subreddit.Search("usa").Take(10).WithCancellation(killMounger.Token)) { System.Console.WriteLine("AuthorName: {0} -- Karma on Post: {1}", page.AuthorName, page.Score); }...

> @0x90d I tried doing that (Shift + clicking to select a range, then pressing space) and it only adds one checkmark on the last file clicked. Shouldn't the proper...