Rémy DUTHU

Results 5 issues of Rémy DUTHU

Hello, I use this image on Kubernetes with a CPU limit and the connection takes a lot of time (about 20 seconds). Can we change the configuration so that SFTP...

Hi! I'm trying to create a middleware for handlers. I succeeded to create a middleware for a specific type of handler. For example: ```go func (s *service) myMiddleware(h res.CollectionHandler) res.CollectionHandler...

## Description The goal of this MR is to use Go generics for the `DataValue` type to replace the `any` type of the `Data` field with a "concrete" type. For...

Hi! Just a (newbie) question... Are the percentages relative to the resources of the node on which the Pod is running or to the limits you set for the Pod?

The goal of this PR is to implement the `configuredFor` method. It returns true if the user has an email. Otherwise, it returns false. This is to prevent using the...