Matthias Brandt

Results 38 comments of Matthias Brandt

Okay, but then I've to do another conversation, because the Java API needs an array :-/

I've no idea, why the "A PersistentActor's performance - must measure: persist()-ing 10000 events" test is failing. If this is a flaky test: How can I re-trigger it?

_cry_ Couldn't you just fix it in the master and I'll rebase it into my branch?

Have you checked if this misplacement also occurs if the text is statically inserted?

Hey everyone! We are thinking about contributing to support v4. Can you tell what the current status here is? 1. The pull request #77 from @mamiksik seems to be stale....

Are you in the same directory as Write.py? Do you have in mind that most Linux file system are case sensitive? (Eg. Write.py is not write.py) bustercody3 schrieb am Mi.,...

The file in your folder is named "Write.py.save" . You should clone the complete repository first and then execute the file from within the cloned folder. If you don't know...

Got this working. But keep in mind that this lib is heavily byte-oriented. I'll guess, you'll have to figure out the corresponding formats for your own... This is how i...

Yeah, this lib is indeed very byte-oriented. I've found this article very helpful: https://learn.adafruit.com/adafruit-pn532-rfid-nfc/mifare I don't read the content as string, so I don't have a problem with wrong unicode...