Earl

Results 8 comments of Earl

Might it be that dropping a library is the same as "Add Existing File" - so it's considered to be "general content" instead of "library"? Admittedly, I'm new to NuGet,...

One notable difference is that the "promise-if-no-callback" feature is not supported. (at least not for cursors) Mongojs requires callbacks for - near as I can tell - `Cursor.prototype.*()`

I am having a similar issue when using edge-sql. I've been able to debug inside of the edge-sql C# code, and the StackOverflowException is happening from inside the edge compiled...

I rewrote my SQL access to be via a DLL, and still have the StackOverflowException happening when I attempt "Connection.Open" using invalid authentication details. So my issue is _not_ something...

I'm having this problem with VS2013 Premium and ReSharper installed. ``` >Microsoft Visual Studio Premium 2013 >Version 12.0.40629.00 Update 5 >Microsoft .NET Framework >Version 4.6.01055 > >Installed Version: Premium >...

Here's a code snippet to get a feel for what I'm doing: ``` javascript function setupAlerts(queue) { debugger; var cursor = queue.find( { // query }, {}, // projection {tailable:...

I got something to work, but I'm not sure why it works and how the differences between what I have and what is documented play into it: ``` javascript function...