Leon Kiefer

Results 265 comments of Leon Kiefer

We had an production incident because all emails were rejected by our email provider (STRATO) after they rolled out an update to their email server. The new email server now...

 @cs8898 the PR you created does not directly fix the bug here https://github.com/vert-x3/vertx-mail-client/blob/dea280c0ef0e0c3a1ac329c607f2fa5ff2c6fd2a/src/main/java/io/vertx/ext/mail/mailencoder/Utils.java#L155 which should use `\r\n ` instead of `\n ` according to spec. Should I create a PR...

Adding /r afterwards to all headers seems like a workaround. Which is not necessary for this particular problem I'm facing, because we can just fix the header encoding to be...

I refer to this RFC https://datatracker.ietf.org/doc/html/rfc2047#section-2 > An 'encoded-word' may not be more than 75 characters long, including 'charset', 'encoding', 'encoded-text', and delimiters. If it is desirable to encode more...

I would like to disable pgbouncer, because we don't need it

You need to reduce the number off LEDs, which are stored in memory. Then you can connect more fans by mirroring the LEDs to multiple fans or scale the LEDs...

I think the ST100 is similar to the LT100, so it should be possible to support it. We need to know the USB HID ID of an original ST100 device,...

The USB PID can be obtained from the original device or by guessing it. If you have an original device you can use windows device manager and look for the...

I want to use bin packing with karpenter for job workloads. So karpenter can scale down empty nodes after a scale up. Instead of spreading the pods across all nearly...

Looks like it is already supported in the ClickHouseInstallation CRD you can specific `podTemplates` which include `serviceAccountName`. So the Service Account itself must be created separately and only the name...