Max Partenfelder
Max Partenfelder
As of now it is not possible to programmatically edit the SSH Agent settings and e.g. make an attachment a SSH Key 
Signed-off-by: Max Partenfelder ### Description of the change Pointing out that a minimum character length is required for certain environment variables being used as passwords in MinIO (R)
### Describe the feature request Currently, when a service becomes unavailable an alert is being triggered once the failure threshold is reached. If the endpoint remains unavailable, no further notification...
I am facing a problem concerning the `depthLimit` setting: I implemented an API template using Apollo GraphQL: https://github.com/mxcd/api-template There I am using sofa like so: https://github.com/mxcd/api-template/blob/master/src/index.ts#L25 ``` app.use('/api', useSofa({ basePath:...
I am trying to use redisson as `jCache` implementation for the `httpSessionCache` of my open liberty server. So far, I've managed to use the library by providing a configuration yaml...
## Problem For string comparisons, there are filter operators like `equals`, `startsWith`, `endsWith` and `contains`. Although these are already very useful, it would be nice to take full advantage of...