Johannes Schneider

Results 26 issues of Johannes Schneider

Maybe this is easier to get worked on? applied patch from https://codereview.appspot.com/5271042/ Beware: It seems that there have been some refactorings to UnsignedInteger/UnsignedInts that are probably not reflected within the...

package=primitives
cla: yes
P3

The README shows the extension method "Dialog.toObservable()" which does not exist in 2.2.2 (at least I couldn't find it). But I could find toMaybe(). Maybe update the doc?

Steps to reproduce: - Checkout template-fullstack-ktor - `./gradlew clean build` - --> fails with test compile error - delete tests: `rm src/frontendTest/kotlin/test/ -R` - `./gradlew build` - --> build successfully...

Configuring "extraArtifactVersionKeyRules" with a file in a sub directory: `extraArtifactVersionKeyRules(file("gradle/refreshVersions-extra-rules.txt"))` This works just fine using Ubuntu. But when running in Windows, the extra rules are *not* evaluated (for me). `file("gradle/refreshVersions-extra-rules.txt").exists`...

windows

I know this sounds strange, but: after upgrading to 0.10.0 excuting "gradle jib" results in a ClassNotFoundException. Downgrading again, fixes the issue. Stacktrace > com.google.cloud.tools.jib.plugins.common.BuildStepsExecutionException: org/apache/http/client/methods/HttpRequestBase * Try: Run with...

problem

Hey, RxJava2 has changed its default policy regarding errors: Exceptions are never swallowed or ignored. Therefore I suggest that the default implementation should also handle exceptions differently. Maybe just get...

I (re)activated dokka for my mono repository and executed `gradle dokkaHtml` I got this exception: Stacktrace org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':internal:open:commons:test-utils:dokkaHtml'. at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.lambda$executeIfValid$1(ExecuteActionsTaskExecuter.java:147) at org.gradle.internal.Try$Failure.ifSuccessfulOrElse(Try.java:282) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeIfValid(ExecuteActionsTaskExecuter.java:145) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:133)...

bug

I am not sure what exactly is the cause for this problem. But debugging shows that the "href" in the class "Use" is null. Searching in the SVG (which I...

Lock and ReadWriteLock extends the Java5 counter part. This allows a smooth migration to the jdk classes.

First: Thanks! Great tool! I will use it. I really love the easy configuration using yaml. Could you maybe implement some kind of auto dim function. - The light is...

enhancement