Eric Newton

Results 145 comments of Eric Newton

Not exactly, it's more for the consumers of this library to be able to mock the gmaps away from their unit/integration testing And your sample would look like this instead:...

for the same mocking reasons. in DI preferably everything is an interface, makes it much easier to mock And realistically the request and response objects already have an interface... the...

btw, here's what I'm considering: https://stackoverflow.com/a/2047657/323456 but then theres: http://www.nimaara.com/2016/11/01/beware-of-the-net-httpclient/ Ugh, after reading all this, it would be safest to go with the simpler HttpWebRequest.BeginGetRequest but within a Task worker...

I didnt work on that part specifically so you're definitely helping here. Are there any other possible APIs that can utilize that NextPageToken ? I ask so we can plan...

My guess is the google rate limiter, when not using an API key, i think you can only send about 3 requests/sec I dont believe we have a good way...

I only know of a rate limiter by Google that limits calls to something like 20 per minute over a 15 minute period for anonymous api calls, without setting a...

@martinezjm did you find some resolution on this issue? should we close or is it still a problem?

I wholeheartedly endorse this, I ran into this problem before and was scratching my head as to what could've been circular. And adding more information is always helpful.

@RostVY lol, I can relate to "without any wish to see computers, sources codes and so on." Did you ever solve your issue with angular-translate?