vixns

Results 32 comments of vixns

Yes, run is called twice in some cases. I was trying many cases ( cache before and after run in CGI and FastCGI modes ). No luck, I was unable...

It's been a year since someone ask, so, any ETA on this feature ?

I also have greylisting trouble with google. As explained in https://support.google.com/mail/answer/180063?hl=en, google may never use the initial IP in subsequent retries. What about using a fingerprint ( e.g md5 of...

From the official php sdk, `setMessage` prototype, `params` is an optional string array, `message` a required string and `formatted` an optional string. https://github.com/getsentry/sentry-php/blob/master/src/Event.php#L380

Hi, There is no namespacing in this implementation (yet). One possible way to mock this would be to duplicate groups to separate subtrees, modify permissions according to your needs and...

https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io/v1alpha2.BackendTLSPolicyConfig > Support: Core - An optional single reference to a Kubernetes ConfigMap, with the CA certificate in a key named ca.crt. > Support: Implementation-specific (More than one reference, or...

@mmontes11 I'll may work on this feature, any advice ? I think about implementing this feature using https://github.com/C2SP/C2SP/blob/main/age.md

Thanks for this detailed proposal @mmontes11 Using AES on big files requires implementations choices as you can read at https://stackoverflow.com/questions/49546567/how-do-you-encrypt-large-files-byte-streams-in-go Asymmetric encryption is slow, my current way to encrypt backups...

I guess the sst may be longer than the liveness/readiness probes. Using startup probes from #1053 ( mariadb-operator >= 0.37.0 ) might be the answer. The basic values I use...