Baptiste Le Morlec
Baptiste Le Morlec
There is a bug when there is a attachement with the email. I tried to fix it but I don't know how to code in go. https://github.com/mailslurper/mailslurper/issues/109 I use mailslurper...
When using the method parseDicom on DICOM containing a SQ element with undefined length I have the feeling it's not correct to not return the SequenceDelimitationItem as an item of...
Hello I would like to know if it's actually possible to have this `Settings::new` return a Ok result ```rust use config::{Config, ConfigError, Environment}; use serde::Deserialize; #[derive(Debug, Deserialize)] #[allow(unused)] struct Auth...
The goal is to support binary and file format for download and upload on the rust client generator Ideally it would support both reqwest (async and not async) and hyper...
I stumbled upon this [discussion](https://github.com/tokio-rs/axum/discussions/2631) for using tokio task_local to share state between handlers and middleware. Is it okay to add some docs, would you prefer to have some test...