Leon Kiefer

Results 265 comments of Leon Kiefer

The FAQ page does not redirect to HTTPS/is HTTPS only.

We updated to react-native 0.69.4 and now our app wont start because `react-native-camera` which is an unmaintained dependency of this project uses the removed `ViewPropTypes` of react-native. The only path...

@Chozzle here is the gradle task I use, but I'm not sure if it still works ```kotlin val sdkApiSourceJar by tasks.registering(Jar::class) { from(kotlin.sourceSets.getByName("androidMain").kotlin.srcDirs) archiveClassifier.set("sources") include("org/example/**") } ```

We only use `consumerProguardFiles` to add proguard rules, which are applied in the library user project if they have enabled proguard. But we don't minify published artifacts.

In the Windows task scheduler, create a new task, in the "General" tab select "Run whether user is logged on or not" option under "Security options". Also enable "Do not...

According to this [w3c draft](https://w3c.github.io/trace-context/#traceresponse-header) the response header should be called `traceresponse` and not only contain the `trace-id`.

As mentioned earlier, there is an open W3C draft for a standardized response header https://w3c.github.io/trace-context/#traceresponse-header

We run testcontainers in our ci pipeline on kubernetes and [kubernetes deprecated the dockershim support a while ago](https://kubernetes.io/blog/2022/01/07/kubernetes-is-moving-on-from-dockershim/) and encourage the use of alternative container runtimes such as containerd. This...

These warnings are treated as errors in my CI arduino builds (I'm not sure why and where this is configured) and now my tests fail on my main branch https://github.com/Legion2/Somfy_Remote_Lib/actions/runs/6057348260/job/16439196101?pr=31#step:3:508