Top "Resolver" questions

Python DNS module import error

I have been using python dns module.I was trying to use it on a new Linux installation but the …

python python-2.7 module resolver
What does the Resolver param in nginx do?

I am using nginx as a reverse_proxy server with ELB. I am looking for explanation regarding the resolver value …

nginx reverse-proxy resolver
Angular2, testing and resolved data: How to test ngOnInit?

I'm working through the Angular2 testing guide and wish to write a test for the ngOnInit() function. The one from …

javascript angular jasmine karma-runner resolver
nginx resolver -- dns

Please excuse a very beginner question. I'm having trouble understanding the nginx 'resolver' parameter and how it works. I have …

nginx dns resolver
python dns.resolver get DNS record type

I am learning how to use the python dns object. Quick question as I see many examples show methods of …

python dns resolver
AutoMapper - how to use custom value resolver inside custom type converter

How can I use custom value resolvers inside custom type converter? Currently, it seems to me hard to achieve. Do …

c# mapping automapper typeconverter resolver
python module import error

I am using macports to install various modules. Generally this works well, but below is an error I am getting …

python module dns resolver
How to make Angular2 wait for a promise before rendering component

First: Yes, I have Googled this beforehand, and the solution that came up isn't working for me. The Context I …

angular resolver
AutoMapper - passing parameter to custom resolver weird behavior

Although I'm relatively new to AutoMapper I'm using it in a small project I'm developing. I've never had problems using …

parameter-passing automapper resolver
AngularJS: $routeProvider when resolve $http returns response obj instead of my obj

I'm trying to resolve a couple ajax calls so that data my controller needs is available before it (and a …

javascript angularjs resolver route-provider