pktl

Results 3 comments of pktl

Is this really a bug? I think it's just the way difflib works. When I run your example directly with difflib, it matches your result. ``` a = """111 222...

Hi everyone, I encountered this issue with a twist: What you described as a *warning* message is an **error** on my machine, preventing me from compiling at all. ``` /home/pb/Arduino/libraries/MFRC522/src/MFRC522Extended.cpp:...

Ah, my mistake. Didn't read it as careful as I should have. I got it to compile with that fix. Thanks!