Christian Hartmann

Results 2 issues of Christian Hartmann

I've got a Spring-Boot-Parent defined in my pom.xml like this: ``` org.springframework.boot spring-boot-starter-parent 1.3.5.RELEASE org.springframework.cloud spring-cloud-dependencies Brixton.RELEASE pom import ``` I annotated my Application-Class like this: ``` @EnableDiscoveryClient @EnableCircuitBreaker @EnableFeignClients...

icebox

Question: In https://github.com/y-a-v-a/node-gd/blob/master/src/node_gd.cc the file _gd_errors.h_ is referenced but it seems there is no file called _gd_errors.h_ in the repo. Is this file missing by accident? When I do a...