Greg Olmstead
Greg Olmstead
I think middle click to remove the file is even more important as that's a pretty common shortcut
I think the simplest thing would be to change the docs to indicate that if you want to have automatic reconnection, you must both pass a dispatcher, AND pass the...
I too am running into the `-k` issue. Here's the output of me running for several minutes with the event generator running. I would expect to see a ton more...
Apologies if I'm looking at the wrong place, but from what I'm reading, DataViews in ADO.NET don't throw, they also return null or -1 for rows that aren't found, my...
Sorry, you included the link to your source in your comment :P however, in your link, it says: > Return Value Type: System.Data.DataRow A DataRow object that contains the primary...
I certainly understand the desire not to introduce a breaking change for this, that being said though it would preferably only be temporary until we DO make that change to...
Hi Konstantin, do you have a final decision on this? if you dont want to implement it this way, feel free to tweak it as you see fit, but we...
Personally I think the reason is clear; the typical convention for .NET is for Find to return null, not an exception. However, it's your project, so if you want to...
This is fixed by my PR #52
We are currently having the same issue. We know Envoy supports sticky session mechanisms like Ring Hash and Maglev, so we wonder if that would be a simple way for...