Raja Nagendra Kumar

Results 115 issues of Raja Nagendra Kumar

command to be used in windows is they need to give output directory without any space, like this.. `bazel --output_user_root=c:/temp/bazel build //bazelapp:BazelApp` and also change root WORKSPACE file these two...

` import org.jetbrains.kotlin.config.KotlinCompilerVersion ` this import is no more relevant, that can be removed by conversion script

We need to migrate from 3.x code to 4.x code, is there any migration support document.. as I do see lots of changes between both the versions.

Click on the hyperlinks of line numbers 13,18 39, etc.. does not show up in the source code ![image](https://user-images.githubusercontent.com/332234/134754545-60fc0e6c-e50a-4e1b-a43d-13745fd939af.png)

It is easy to test code with MVVM model, can you consider having MVVM starter both on android and kotlin

This class is commented.. should be this be uncommitted.. /auth/src/main/java/pl/piomin/services/auth/OAuth2Config.java

Looks like spring boot this version does not have the dependency ``` commons-dbcp commons-dbcp 1.4 ``` need to fix this in code..

Instead of expecting containers approach, it would be nice to support direct Gradle on windows, this way number of steps required would be less.

bug

doc can be bettered to include all these info use Powershell set-variable -name DISPLAY -value 172.17.0.3:0.0 docker run -ti --rm -e DISPLAY=$DISPLAY soot_tutorial Inside the docker or some can be...

documentation

![image](https://user-images.githubusercontent.com/332234/181916598-8bce20ba-6e7e-4e44-bd6b-db17b20d6d15.png) The report with archRule.failOnEmptyShould = false should list all the empty and unmatched tests so that, we can see if the tests are applicable to the application or not.....