Christian Kohlstedde
Christian Kohlstedde
This addresses #394 which was recently opened by me. TODOs: * test(s) * extend documentation
It would be nice to define default values regarding extensions/custom reports in the configuration file, e.g. instead of always writing ```bash timew [report] timelog today ``` to just configure a...
Hi, while using a single LDAPConnection a NullPointerException occurred inside the framework. Unfortunately we currently don't print the full stack trace: ``` com.unboundid.ldap.sdk.LDAPException: An error occurred while encoding the LDAP...
### Describe the bug After restart of fluentd, buffer files from previous runs are not being resumed and instead there for infinite time period. Example directory listing: ``` ./worker0: total...
Following code snippet do not yield the expected result: ```python from datetime import datetime from icalevents.icalevents import events import textwrap import zoneinfo tz = zoneinfo.ZoneInfo("Europe/Berlin") ics = textwrap.dedent( """\ BEGIN:VCALENDAR...
The `exceptions` dict is defined across events so that other recurring events on the same day without EXDATEs are also excluded.
I had the need to just get the next free FD for a flock call, and the following is actually a thing you can do (cmp. https://stackoverflow.com/a/41620630): ```bash exec {flock_fd}>"${flock_file}"...
### Describe the bug The update of argo workflows here to v3.6.0 (https://github.com/argoproj/argo-helm/pull/3037) also updated the CRDs. Unfortunately this causes issues, e.g. for values in the `wfeb.spec.submit.metadata` section (https://github.com/argoproj/argo-helm/blob/27ef4ecd7dd30dbccea61180ff529d3102b9c30e/charts/argo-workflows/templates/crds/argoproj.io_workfloweventbindings.yaml#L669-L670). Previous...
The workflow for [publishing a release](https://github.com/flant/shell-operator/actions/workflows/publish-release.yaml) is currently failing or not executed at all: - Failing - tag 1.7.0 https://github.com/flant/shell-operator/actions/runs/14569778248 - tag 1.7.1 https://github.com/flant/shell-operator/actions/runs/14665517931 - tag 1.7.2 https://github.com/flant/shell-operator/actions/runs/14755747011 - Not...