Karsten Ludwig Hauser

Results 19 issues of Karsten Ludwig Hauser

Hi there, with ``` build_client_v6_0 = self._connection.clients_v6_0.get_build_client() while 1: build = build_client_v6_0.get_build(project_name, buildId) logging.debug("Build running (id: {}, build_number: {} status: {}, result: {})".format(build.id, build.build_number, build.status, build.result)) if build.status in ['completed']:...

Vaadin version: 7.7.6 Spring boot version: 1.4.2 Spring vaadin version: 1.2.0 If I try to add the following code from the vaadin book to a demo vaadin application: ``` class...

v7

With https://github.com/grafana/loki/issues/800 I found a problem with the dot handling in this file: https://github.com/weaveworks/common/blob/master/aws/config.go What I like to do is having a s3 talking minio azureblobs proxy next to my...

Hi, I try to use your catalog entries to setup a kafka cluster (template 1.0.0-rancher1) also with zookeeper (template 3.4.10-rancher1). As I read "Kafka can now be accessed over the...

ApexCharts supports this here: https://apexcharts.com/javascript-chart-demos/bar-charts/stacked/ I'm not able to do this with: ```java ApexCharts areaChart = ApexChartsBuilder.get() .withChart(ChartBuilder.get() .withType(Type.BAR) .withStacked(true) .withToolbar(ToolbarBuilder.get() .withShow(true) .build()) .withHeight("400px") .withWidth("100%") .build()) .withDataLabels(DataLabelsBuilder.get().withEnabled(false).build()) .withStroke(StrokeBuilder.get().withCurve(Curve.STRAIGHT).build()) .withSeries(array) .withXaxis(XAxisBuilder.get()...

enhancement
will accept PR

With the [grid-dense-theme](https://cookbook.vaadin.com/grid-dense-theme) I'm able to compact a grid. But sometimes on different grids the first data line is higher than the others. Also the sample from the recipe has...

bug
help wanted
recipe

values.yaml ``` icm: icm-as: image: repository: "${ICM_TEST_IMAGE}" ``` environment.sh ``` #!/usr/bin/env bash ICM_TEST_IMAGE="whatever" ``` After executing `source ./environment.sh` and `helm subenv -f values.yaml` the env variable is replaced with an...

Using `id 'org.owasp.dependencycheck' version '9.0.9'` in my build.gradle shows some issues regarding the sonarlint dependencies: * sonar-ruby-plugin-1.15.0.4655.jar * sonar-scala-plugin-1.15.0.4655.jar But I guess these things need to be fixed on their...

**What happened**: https://github.com/kubernetes-sigs/external-dns/blob/master/docs/tutorials/azure.md#managed-identity-using-aks-kubelet-identity I tried these commands adapted to a private dns zone. ``` PRINCIPAL_ID=$(az aks show --subscription $CLUSTER_SUBSCRIPTION --resource-group $CLUSTER_GROUP --name $CLUSTERNAME \ --query "identityProfile.kubeletidentity.objectId" --output tsv) IDENTITY_CLIENT_ID=$(az aks...

kind/bug

**Describe the Issue** ``` volumes: - configMap: defaultMode: 511 name: icm-11-azure-test-icm-as-jgroups-config-xml name: jgroups-config-volume ``` results in a `ls -la` on a normal pod: ``` -rwxrwxrwx 1 root intershop 2201 Apr...