JR Andreassen

Results 20 comments of JR Andreassen

Hi @Peternator7 , Thanks for getting back to me... It does not use it directly... But the handy crate "serde_with" makes it possible. It eliminates the redundant serde attributes and...

Do we have a schedule for merging this fix ? It one solves part my issue with parsing: ```rust // ---------------------------------------------------- #[derive(Debug, Deserialize, PartialEq)] #[serde(rename_all(deserialize = "lowercase"))] pub struct LookupEntrySingle...

I have the same issue with: ``` Unknown It fails on this value UnexpectedToken( "XmlEvent::EndElement { name, .. }", "StartElement(SingleInt, {\"\": \"\", \"xml\": \"http://www.w3.org/XML/1998/namespace\", \"xmlns\": \"http://www.w3.org/2000/xmlns/\", \"xsi\": \"http://www.w3.org/2001/XMLSchema-instance\"}, [state ->...

@SeedyROM ,... Not sure I follow.... "A section of code is with a 1K words" :)

Hi... This is exactly what I'm looking for... @bramp : Did you make any headway on this ? Thanks JR

@bramp, Ahh, yes... "there is a crate for that"... I was hoping to avoid hitting it again... Thanks for letting me know. JR

A logging facility like [tokio tracing](https://github.com/tokio-rs/tracing) would be optimal. From my perspective (Windows service) a local logging to file with rotation controllable from the config file (location, rotation and format)...

@tony-iqlusion : Awesome... The control of the output via the config is key for my environment. Thanks JR