Tomasz Janczuk

Results 72 comments of Tomasz Janczuk

Actually I think I am overthinking it now. If there was an error due to network issues, and the index has become out of scope in the meantime, the next...

The 2.1.5 appears to perform well for me in a long-running/infrequent-changing scenario. Thanks for the quick turnaround!

Have you tried running the included sample applications by following the steps of Getting Started?

The hostname of the requests you are making (Host HTTP request header) must match one of the host names from the apps collection in your arr Mongo database.

Good point, yes. What are you building by the way?

So I am assuming you are running on Windows. 10060 is "connection timed out" (http://msdn.microsoft.com/en-us/library/windows/desktop/ms740668(v=vs.85).aspx). Is anything actually listening on the IP and port number arrjs claims it is attempting...

I agree it would be a very valuable piece of information, but I was unable to find a way to extract it at the time the tripwire is activated without...

Yes, we should look into this. Revving the cspks is both inconvenient and pollutes the repo. Plus the problem will be more apparent with multiple VM sizes.

I wonder if this problem isn't already addressed with existing concepts: - for security insensitive configuration settings, store them in package.json, - for security sensitive configuration settings, use `git azure...

By default git-azure sets up your subscription in the "Anywhere US" region. Your subscription may have location constraints associated with it. If you are in Europe, you may want to...