Jordan Knight
Jordan Knight
Hi @QuinnDamerell - It's been a while since this project was active... there are some tasty PR's waiting. Would you consider adding couple of volunteer collaborators to assist? I'd love...
It would be great if pressing the down arrow on the keyboard navigated to the next post to enable quick browsing without having to use the mouse. Actual behaviour: Pressing...
Seems it was working fine on machines with Git for Windows installed. I've added dependencies for Win32 and 64 and tested in brand new Windows 7 32 and 64 VMs.
This issue arises when re-creating the LineProtocolClient a lot. `ERROR [24-07-2019 15:10:21]: System.Net.Http.HttpRequestException: Address already in use ---> System.Net.Sockets.SocketException: Address already in use at System.Net.Http.ConnectHelper.ConnectAsync(String host, Int32 port, CancellationToken cancellationToken)...
ToListAsync extension does not pass in the correct predicate to provide a filter for List operations. Example is getting all the items in a particular partition. Usage: await _table.ToListAsync(_ =>...