Norbert Kiesel

Results 27 issues of Norbert Kiesel

I removed all my includes from `settings.gradle` and added `id("com.pablisco.gradle.automodule") version "0.15"` as the last entry in my existing top-level `build.gradle`. However, when running `gradle jar` I now get >...

It would be nice if attic could support a default repo settable as an environment variable (e.g. ATTIC_REPOSITORY). This should then allow `attic list` or `attic info Monday` (or `attic...

I have the following code ```java doThrow(SQLException.class).when(sql).getResultSet(any(Connection.class)); Exception actual = assertThrows(Exception.class, () -> dao.getIAnnotations(con, 0L)); assertTrue(actual instanceof SQLException); // works ``` which works. However, if I change this to ```java...

We have branches whose name contain either svn or the name or extra default branch (e.g. svnner). Thus, improving the filter to only drop exact matches. This also synchronizes the...

Storing / passing passwords as `String` is a common security issue because these password strings will remain in the common String pool for a long time. Instead, passwords should use...

enhancement

We are trying to replace an (inflexible) NFS-based storage solution with gluster-kubernetes. While we got that working, we see a 100% - 300% slowdown. Is that to be expected?

Hi, are there any plans to explicitly support Kotlin, especially by using coroutines and Kotlin Flow objects?

type: enhancement
lang: kotlin

- [ x] I am running the latest version - [ x] I checked the documentation and found no answer - [ x] I checked to make sure that this...

AFAIK, the only way to get the computed weather route into OpenCPN is to export it which produces a track (which then can be converted into a route). However, this...

I originally cloned this to see if I could add some way to print a version number, but started with (trivially) adding Debian:9 support