Juan J. Jimenez-Anca
Juan J. Jimenez-Anca
I don't know what I'm missing but neither `ifRequestHeader` nor `insteadOfRedirect` workarounds worked for me. OPTIONS requests still go to the filter instead of getting the configured Emissary's response
I don't use Openshift, but I have a hardened cluster with strict security policies. For those that are in the same situation, this was enough for me. There are two...
would it be possible to merge this one? timeout on @before/@after would be great
thanks @derrickmehaffy for your prompt response! In my case that doesn't work either, as the content type I'm querying does not have drafts enabled, and so even if `publicationState` is...
I've been debugging this issue a bit more. After enabling the `tracing` feature, I can reproduce the same behaviour with `SmtpTransport`. These are the logs: ``` Mar 18 20:06:41.520 DEBUG...
I just did a quick search and I found there's a TODO annotation already for both the sync and async implementation: https://github.com/lettre/lettre/blob/9273d24e54b089ddfc75d4b6e6a4faf369addbc2/src/transport/smtp/pool/async_impl.rs#L149-L156 The annotation is consistent with what I've observed....
I'm also having this problem but with PLAINTEXT. Increasing resources seems to work at least for now. It's an intermittent issue for me though
I'm also very interested in WASM. I come from a Rust and JS background, and being able to write a WASM plugin would just be ideal. The bytecode alliance have...
thanks @Jeffail !!! That sounds amazing!!
Also needing this except for Default, as I'd like to set the default values myself. It would be great. Instead of creating new configuration options for each derive argument, `Config.exclude_type_attribute`...