JustKiddingCode
JustKiddingCode
**Description** We have a gitlab-ci with a gitlab-runner (running with podman). The runner has `CAP_SYS_ADMIN` privileges. Building the containers worked for buildah version from 1.29 to 1.31 but stopped working...
Allows to buffer flows in memory and (additionally) on disk in zstd compressed files. Add a small segment (filegate) for testing purposes to pause the pipeline when a file exists.
Small fixes for waitgroup in lumberjack segment.
I have multiple packages with containing very small modules (e.g. 10 lines of code). I would like to turn a package into a module: ``` foo/ __init__.py bar.py barbar.py ```...
## Is your feature request related to a problem? Please describe. I'd like to outsource the user data using an S3 Endpoint. I don't want to trust the storage provider....
Some functions in pydantic rely on parameter names to determine if a method is a class or instance method. https://github.com/pydantic/pydantic/blob/823d51f92f544614bca556076e27dbacd1298491/pydantic/_internal/_decorators.py#L676 ```py def is_instance_method_from_sig(function: AnyDecoratorCallable) -> bool: sig = signature(unwrap_wrapped_function(function)) first...
If search_k5login is specified, pam_krb5 only looks up .k5login in the user's home directory. Kerberos allows to specify a k5login_directory, so that the k5login file would be / This allows...
This pull request implements parsing docstrings via griffe and sets the relevant openapi descriptions to the corresponding docstring part. The openapi has 3 description fields: the route itself, each parameter...