rnveach
rnveach
> do you think we need to keep example on old gradle and keep it in our regression in main repo ? We should keep any example of what we...
@future2r When working on the backport release ( https://github.com/rnveach/checkstyle-backport-jre8/issues/13 ), I received the following error: ```` Caused by: org.apache.maven.plugin.MojoExecutionException: Error assembling JAR at org.apache.maven.plugins.jar.AbstractJarMojo.createArchive(AbstractJarMojo.java:281) at org.apache.maven.plugins.jar.AbstractJarMojo.execute(AbstractJarMojo.java:305) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2(MojoExecutor.java:342)...
I am fine with this to be merged with everything converted once contribution PR is merged.
1) Please look at API for cleanup. https://junit.org/junit5/docs/5.4.1/api/org/junit/jupiter/api/io/TempDir.html > Temporary Directory Deletion > > When the end of the scope of a temporary directory is reached, i.e. when the test...
https://github.com/checkstyle/checkstyle/pull/14414#discussion_r1485785367 > forbidding Files.createTempFile, is it needed? If there is someway to bypass `java.io.tmpdir` and use the system's temp directory, then it needs to be banned IMO. This is what...
@bk138 This is not a rooted android device and I am not really an android developer. Won't logcat technically not work because of Google's separations of apps type permissions? Do...
Let me know if this is enough or how to clip out more. ```` 12-05 11:27:32.476 30323 25546 I ier.droidvnc_ng: Waiting for a blocking GC Alloc 12-05 11:27:32.476 30323 5238...
I do not have another android device. Last time I tried testing on the [example](https://github.com/bk138/droidVNC-NG/issues/101#issuecomment-1243724611) but I couldn't reproduce the previous issue there. I atleast tried testing there with this...
Let me ask a stupid question as I am not an android developer, > at android.graphics.Path.(Path.java:66) at net.christianbeier.droidvnc_ng.InputService.startGesture(InputService.java:246) at net.christianbeier.droidvnc_ng.InputService.onPointerEvent(InputService.java:126) https://github.com/bk138/droidVNC-NG/blob/master/app/src/main/java/net/christianbeier/droidvnc_ng/InputService.java#L246 A new path keeps getting created here and it...
@bk138 I wish to try to play with the code on my device, but when I build droidVNC I get an x86 so file (Windows users). How do I match...