Stefan Lehmann

Results 80 comments of Stefan Lehmann

@SlowBro904 with full-grown Python this would be possible I guess. But afaik there is no threading implemented in Micropython, yet.

I have got the same issue with Python 3.12.11 on Windows 11. Quick research found the possible error source: https://github.com/confluentinc/confluent-kafka-python/blob/c84a2176646564c733b95c9cb71b25f3c0c759d1/src/confluent_kafka/src/confluent_kafka.c#L1129-L1135 maybe should be modified to ```python ret = cfl_PyUnistr( _FromFormat("TopicPartition{topic=%s,partition=%d,offset=%s,leader_epoch=%s,error=%s}",...

I would also appreciate that functionality. SourceTree also provides this feature by using interactive rebase. I often find it very helpful to reorganize or rename the commits before pushing them...

@RobertoRoos Thanks for the great work here. I just did a rebase and see if all works well. Would you mind setting “Allow Edits from Maintainers” for this PR?

solved with ce9f2c62d61f81d900d47f5e59b7073d894e96ea

Solved with ce9f2c62d61f81d900d47f5e59b7073d894e96ea

solved with ce9f2c62d61f81d900d47f5e59b7073d894e96ea

@CharlesGodwin I guess you are right. Would you like to make a small PR to solve this issue?