Ronny Hanssen

Results 6 issues of Ronny Hanssen

Hi, I have two resources, Collections and Teams, that I am exposing using express-resource, like this: ``` javascript var competitions = app.resource("competitions", require('./resources/competitions')); var teams = app.resource("teams", require('./resources/teams')); competitions.add(teams); ```...

I have this in my project file: ``` xml ``` When building it generates the following command and response: ``` DOS C:\WINDOWS\SYSTEM32\robocopy.exe C:\Source\ C:\Destination\ "*.*" /NP "/R:5 /W:5" ... ROBOCOPY...

I was just doing a test with custom tap and die just now. For "standard" thread generation I guess it is ok (tight tolerance it seems, but that might be...

We have a series of applications that run 24/7 for months and months at a time. Should I be concerned about ever increasing memory use by Metrics.NET - or is...

It seems that some files are missing in the repo: * Log2Console\packages.config * Log2Console\res\collapse_all.png * Log2Console\res\pin.png * Log2Console\unselect.png * Test\packages.config * TestNLog\app.config I see that the NuGet package.config reference-dlls are...

Is there any chance that this package will be able to do the equivalent of what the [`passport-windowsauth`](https://github.com/auth0/passport-windowsauth) package does in regards to allowing Windows Integrated Authentication when the meteor...