Werner Donné
Werner Donné
When a package that has a module-info.java uses JSLT, then it must add something for JSLT. Intellij proposes to add "requires jslt;" and then it compiles. However, with "mvn compile"...
I've been writing functions in jslt and I miss higher order functions. Being able to pass a function as an argument to another function or to return a function can...
Hello, With ECR you can use `AWS` as the username and an authentication token as the password. You can put this in a dockerconfigjson file like this: ```json { ".dockerconfigjson":...
### The following program `sample.go` triggers an unexpected result ```go https://github.com/mongodb/mongo-go-driver/blob/v1.14.0/bson/bsonrw/json_scanner.go ``` ### Expected result ```console $ go run vendor/go.mongodb.org/mongo-driver/bson/bsonrw/json_scanner.go // package command-line-arguments is not a main package ``` ###...
This fixed ARM64 image works: https://hub.docker.com/r/wdonne/cluster-api-provider-vcluster.
Hello, In the attached live manifest and logs you can see that the Helm deployment failed. However, the output of Helm is not available, which makes it hard to find...
### Version __Karpenter Version:__ v0.22.1 __Kubernetes Version:__ v1.24.8 Hi, I have set up Karpenter with the following cluster configuration: ``` apiVersion: eksctl.io/v1alpha5 kind: ClusterConfig metadata: name: klss region: eu-central-1 version:...
**Describe the bug** When using a standard connection string for a MongoDB replica set like `mongodb://username:password@hostname-0,hostname-1,hostname-2`, the following error message appears in the logs: "Cannot connect to MongoDB: invalid dsn:...
### Bug Description The CRDs in version 0.43.0 of the Helm charts have a `required` field under the `volumes` field that has an empty array as its value. While this...
Hi, Currently it is not possible to create a module loader without the internal class `net.thisptr.jackson.jq.internal.javacc.ExpressionParser`. There should be a public class to parse something and add the result to...