Sven Schliesing

Results 24 issues of Sven Schliesing

Did you think about adding the possibility for rotating the display? The [demo](https://www.waveshare.com/wiki/File:2.7inch_e-paper_hat_b_code.7z) for the [2.7" display with three colors](https://www.waveshare.com/wiki/2.7inch_e-Paper_HAT_(B)) has the possibility to do that, would be nice to...

**What are you trying to do** I set up a basic auth for my ingress which works pretty good ``` ingress.kubernetes.io/auth-realm: Authentication Required ingress.kubernetes.io/auth-secret: my-secret ingress.kubernetes.io/auth-type: basic ``` Now I...

kind/feature
lifecycle/backlog

##### SUMMARY As already described in closed issue #23955, the copy module reports "changed" in check mode, even though it does nothing when running normally. This bug occurs when target...

python3
module
support:core
bug
affects_2.7
P3
files

We're running a private GKE cluster that is reachable via internal IPs (via VPN) as well as via external IPs (via external Loadbalancer). We currently use ingress-nginx where you can...

kind/enhancement

**Describe the solution you'd like** Only have one `externalsecret_status_condition{status="False"}` instead of `externalsecret_status_condition{status="True"}` and `externalsecret_status_condition{status="False"}` **What is the added value?** Less confusion. **Give us examples of the outcome** Like described in...

kind/feature
area/metrics
track/core

The docs for send_multipart() (and other methods aswell in File [/zmq/sugar/socket.py](https://github.com/zeromq/pyzmq/blob/master/zmq/sugar/socket.py)) are stating that it returns ``` MessageTracker : if track and not copy a MessageTracker object, whose `pending` property...

`--fail-with-body` is implemented since 7.76.0 (see https://daniel.haxx.se/blog/2021/02/11/curl-fail-with-body/) but shows a questionmark: https://explainshell.com/explain?cmd=curl+--fail-with-body Manpage shows a correct description: https://manpages.ubuntu.com/manpages/lunar/en/man1/curl.1.html

Unpoller seems to be missing metrics for the uplink (speed) of devices. At least I could not find any that contain `speed` or `uplink` and are related to what I'm...

enhancement
good first issue

## Description ## Motivation and Context ## How Has This Been Tested? ## Checklist: - [ ] My change requires a change to the documentation or CHANGELOG. - [ ]...

docs