Gerard de Leeuw

Results 11 issues of Gerard de Leeuw

Using SIGRTMIN+3 doesn't work on k3s (and probably other runc-based runtimes). This issue is described in https://github.com/opencontainers/runc/issues/1766. The suggested workaround there is to reference the signal by number instead: `STOPSIGNAL...

In my current project, I have an aggregate without a no-arg constructor (with a custom `AggregateFactory` registered). Recently we added an upsert command that either creates or updates an aggregate....

Type: Enhancement
Priority 3: Could
Status: In Progress

I just installed a Helm chart (the Element OnPrem server to be precise) which installs the following Ingress: ``` apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: first-element-deployment-synapse namespace: element-onprem spec: rules:...

### Description This PR effectively reverts the changes of PR https://github.com/swagger-api/swagger-ui/pull/4934 (or more specific the commit https://github.com/swagger-api/swagger-ui/commit/937c8f6208f3adf713b10a349a82a1b129bd0ffd). ### Motivation and Context As described in more detail in issue https://github.com/swagger-api/swagger-ui/issues/6081, the...

I'm trying to build the entire Cosmic DE on Arch Linux using the AUR helper script. Unfortunately this fails when trying to checkout the smithay client-toolkit. My best guess is...

This is the same change as https://github.com/edvin/tornadofx/pull/1303. I was unsure which repo is the 'real' JDK10 one 😉

Also replaced a few places where `assertEquals` was used instead of `assertEqual`. Tested by running this script, which does a clean build inside a Docker container and exports the `.deb`...

# Bug Report ## Description DNS not working when Talos is installed on a machine in an IPv6-only network. I needed to do multiple customizations and workarounds which I think...

I'm trying to use `jib` to publish my frontend image as well, just as I did for my Java backend. Previously I used the Docker CLI for this, but I'd...