Raja Nagendra Kumar

Results 115 issues of Raja Nagendra Kumar

>The FirebaseUI component implements best practices for authentication on mobile devices and websites, This info is not very clear, if it supports mobile browsers too and if the firebaseui-web is...

If user is created with password option, there on email link not working ![image](https://user-images.githubusercontent.com/332234/163975109-2d7b8936-276b-40d3-a707-4710933304d6.png)

I have created a new user with twitter that gives my login email as ([email protected]) and then do sign-out and then re-login with github (this also gives my email as...

readme provides only user login url, not sure how to see the state of the users db as part of administrator.. if that needs a different url, better put this...

When I login, it does not show, with what provider login has been created ![image](https://user-images.githubusercontent.com/332234/163969761-5a717a91-a36d-4b47-b8ef-9aa60ee09778.png) In this case it should show 'User' was created with github, as I used github...

https://github.com/cucumber/cucumber-java-skeleton/blob/main/gradle/src/test/java/io/cucumber/skeleton/StepDefinitions.java any test should have assert to make it clear what it is testing ![image](https://user-images.githubusercontent.com/332234/232474042-22c84c4e-b44f-448a-8843-2c22e2bba4a2.png)

When I include this plugin and run gradle I see this error. this plugin seems to work fine in gradle 2.0 but not in gradle 1.2. However android uses only...

``` resilience4j.bulkhead: configs: default: maxConcurrentCalls: 100 instances: backendA: maxConcurrentCalls: 10 backendB: maxWaitDuration: 10ms maxConcurrentCalls: 20 resilience4j.thread-pool-bulkhead: configs: default: maxThreadPoolSize: 4 coreThreadPoolSize: 2 queueCapacity: 2 instances: backendA: baseConfig: default backendB: maxThreadPoolSize:...

https://github.com/resilience4j/resilience4j-spring-boot3-demo/blob/master/src/main/java/io/github/robwin/service/BackendBService.java has 1 message that say `backend A `while it may need to be `backed B` the ``` @Override public CompletableFuture futureTimeout() { Try.run(() -> Thread.sleep(5000)); return CompletableFuture.completedFuture("Hello World from`...

https://github.com/resilience4j/resilience4j-spring-boot3-demo/tree/master/src/test/java/io/github/robwin BackendCService does not have any test cases related to it.. only A & B Service test case exists. Unable to understand the purpose of BackendCService as codewise to too...