winster
winster
Since there is no activity defined in the manifest, getting error in Android studio. Error running app: Default Activity not found
Hello, Please add an attribute to specify the expiration time for the OTP Regards Winster
Hello @brian-armstrong , I was creating a sample Swift app. https://github.com/winster/QuietShare Getting an error while setting the ReceiveCallback. I could not find the definition of that. Can you please help?...
Please take a look at https://github.com/winster/jaeger-trace-reactive This is a spring boot application with opentracing. As per the doc, java-spring-cloud supports webflux and webclient. But the trace is finished before the...
Hello, what if the email contain attachments? Not static files. In that case, how do you pass multiple files to this service?
This is the api overview. Production and Sandbox URLs: http://172.17.0.2:8280/phoneverify/2.0.0 https://172.17.0.2:8243/phoneverify/2.0.0 But this is a wrong IP (might be the ip of docker container). But from my host machine, not...
I want to override `tracer` bean to include `MDCScopeManager` as given in https://github.com/jaegertracing/jaeger-client-java/tree/master/jaeger-core#log-correlation My code looks like this ``` @Configuration public class TracerConfig { @ConditionalOnProperty(value = "opentracing.jaeger.enabled", havingValue = "true",...
A refresh scoped bean with Scheduled annotation does not cancel current scheduled task upon refresh when tracing libraries are present in the classpath (could be sleuth or opentracing-jaeger). A sample...
See the sample application https://github.com/winster/spring-tracer You can see that application failed to start. This is because, application has implemented AsyncConfigurer (com.example.springboottracer.scheduler.AsyncConfiguration.java) but overriding only getAsyncUncaughtExceptionHandler. This will make TracedExecutor::delegate null...