Fernando Meyer

Results 3 issues of Fernando Meyer

## Problem Whenever the destination topic is modified by any transformer, we loose the ability to pause the original source topic, therefore it also checks against isTransformedTopic when pausing/resuming topics...

When dealing with regular english ordinal numbers, the library converts then to datetime. ex: `list(strconv.convert_series(["20th", "street", "2015-01-01"]))` becomes: ```[datetime.datetime(2017, 7, 20, 0, 0), 'street', datetime.datetime(2015, 1, 1, 0, 0)]``` This...

when async processing streams with `1.2.3` I often end up in a panic whereas with `1.1.3` everything works fine ```rust async fn process_message_stream(client: ChatGPT, prompt: &str) -> chatgpt::Result { let...